Html Css Color HEX #C67D18 Ochre

📋 copy color: '#C67D18'

red 198 ◦ green 125 ◦ blue 24

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

Shades of Ochre #C67D18

Tints of Ochre #C67D18

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

 BLUE value IS 24 (9.77% from 255) = 6.92%

R = 57.06%
G = 36.02%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C67D18 (or 0xC67D18) is known color: Ochre. HEX triplet: C6, 7D and 18. RGB value is (198,125,24). Sum of RGB (Red+Green+Blue) = 198+125+24=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67D18 is #3982E7. Grayscale: #878787. Windows color (decimal): -3769064 or 1605062. OLE color: 1605062.

HSL color Cylindrical-coordinate representation of color #C67D18: hue angle of 34.83º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C67D18 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 125 24 -
CMYK 0 0.37 0.88 0.22
HSL 34.83º 0.78% 0.44% -
HSV(B) 34.83º 0.88% 0.78% -
XYZ 30.79 26.74 4.4 -
YUV 135.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 198 125 24 0 0.37 0.88 0.22 34.83 0.78 0.44
Hex C6 7D 18 0 25 58 16 23 4E 2C
Octal 306 175 30 0 45 130 26 43 116 54
Binary 11000110 1111101 11000 0 100101 1011000 10110 100011 1001110 101100

Color Harmonies of #C67D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67D18

Black with #C67D18

Text Example


Text Example

White with #C67D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67D18; }

 p { color: rgb(198,125,24); }

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

background-color css

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

 a { background-color: rgb(198,125,24); }

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

border-color css

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

 span { border-color: rgb(198,125,24); }

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