Html Css Color HEX #C67C18 Ochre

📋 copy color: '#C67C18'

red 198 ◦ green 124 ◦ blue 24

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

Shades of Ochre #C67C18

Tints of Ochre #C67C18

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

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

R = 57.23%
G = 35.84%
B = 6.94%

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

#C67C18 (or 0xC67C18) is known color: Ochre. HEX triplet: C6, 7C and 18. RGB value is (198,124,24). Sum of RGB (Red+Green+Blue) = 198+124+24=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67C18 is #3983E7. Grayscale: #878787. Windows color (decimal): -3769320 or 1604806. OLE color: 1604806.

HSL color Cylindrical-coordinate representation of color #C67C18: hue angle of 34.48º 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 #C67C18 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 124 24 -
CMYK 0 0.37 0.88 0.22
HSL 34.48º 0.78% 0.44% -
HSV(B) 34.48º 0.88% 0.78% -
XYZ 30.66 26.49 4.36 -
YUV 134.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 198 124 24 0 0.37 0.88 0.22 34.48 0.78 0.44
Hex C6 7C 18 0 25 58 16 22 4E 2C
Octal 306 174 30 0 45 130 26 42 116 54
Binary 11000110 1111100 11000 0 100101 1011000 10110 100010 1001110 101100

Color Harmonies of #C67C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C18

Black with #C67C18

Text Example


Text Example

White with #C67C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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