Html Css Color HEX #C67F25 Geebung

📋 copy color: '#C67F25'

red 198 ◦ green 127 ◦ blue 37

#C67F25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C67F25

Tints of Geebung #C67F25

RGB

 RED value IS 198 (77.73% from 255) = 54.7%

 GREEN value IS 127 (50% from 255) = 35.08%

 BLUE value IS 37 (14.84% from 255) = 10.22%

R = 54.7%
G = 35.08%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C67F25 (or 0xC67F25) is known color: Geebung. HEX triplet: C6, 7F and 25. RGB value is (198,127,37). Sum of RGB (Red+Green+Blue) = 198+127+37=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67F25 is #3980DA. Grayscale: #8A8A8A. Windows color (decimal): -3768539 or 2457542. OLE color: 2457542.

HSL color Cylindrical-coordinate representation of color #C67F25: hue angle of 33.54º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C67F25 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 127 37 -
CMYK 0 0.36 0.81 0.22
HSL 33.54º 0.69% 0.46% -
HSV(B) 33.54º 0.81% 0.78% -
XYZ 31.21 27.32 5.38 -
YUV 137.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 198 127 37 0 0.36 0.81 0.22 33.54 0.69 0.46
Hex C6 7F 25 0 24 51 16 22 45 2E
Octal 306 177 45 0 44 121 26 42 105 56
Binary 11000110 1111111 100101 0 100100 1010001 10110 100010 1000101 101110

Color Harmonies of #C67F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F25

Black with #C67F25

Text Example


Text Example

White with #C67F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F25; }

 p { color: rgb(198,127,37); }

 H1.HeaderClassName
 {
   color: #C67F25;
 }
 .AnyTagClassName
 {
   color: #C67F25;
 }
</style>

background-color css

<style>
 a { background-color: #C67F25; }

 a { background-color: rgb(198,127,37); }

 div.DivClassName
 {
   background-color: #C67F25;
 }
 .BgClassName
 {
   background-color: #C67F25;
 }
</style>

border-color css

<style>
 span { border-color: #C67F25; }

 span { border-color: rgb(198,127,37); }

 td.TdClassName
 {
   border-color: #C67F25;
 }
 .TagClassName
 {
   border-color: #C67F25;
 }
</style>