Html Css Color HEX #C67208 Ochre

📋 copy color: '#C67208'

red 198 ◦ green 114 ◦ blue 8

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

Shades of Ochre #C67208

Tints of Ochre #C67208

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 8 (3.52% from 255) = 2.5%

R = 61.88%
G = 35.63%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C67208 (or 0xC67208) is known color: Ochre. HEX triplet: C6, 72 and 08. RGB value is (198,114,8). Sum of RGB (Red+Green+Blue) = 198+114+8=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C67208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67208 is #398DF7. Grayscale: #7F7F7F. Windows color (decimal): -3771896 or 553670. OLE color: 553670.

HSL color Cylindrical-coordinate representation of color #C67208: hue angle of 33.47º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C67208 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 114 8 -
CMYK 0 0.42 0.96 0.22
HSL 33.47º 0.92% 0.4% -
HSV(B) 33.47º 0.96% 0.78% -
XYZ 29.35 24.06 3.33 -
YUV 127.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 198 114 8 0 0.42 0.96 0.22 33.47 0.92 0.4
Hex C6 72 8 0 2A 60 16 21 5C 28
Octal 306 162 10 0 52 140 26 41 134 50
Binary 11000110 1110010 1000 0 101010 1100000 10110 100001 1011100 101000

Color Harmonies of #C67208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67208

Black with #C67208

Text Example


Text Example

White with #C67208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67208; }

 p { color: rgb(198,114,8); }

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

background-color css

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

 a { background-color: rgb(198,114,8); }

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

border-color css

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

 span { border-color: rgb(198,114,8); }

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