Html Css Color HEX #C67A18 Ochre

📋 copy color: '#C67A18'

red 198 ◦ green 122 ◦ blue 24

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

Shades of Ochre #C67A18

Tints of Ochre #C67A18

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.47%

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

R = 57.56%
G = 35.47%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C67A18 (or 0xC67A18) is known color: Ochre. HEX triplet: C6, 7A and 18. RGB value is (198,122,24). Sum of RGB (Red+Green+Blue) = 198+122+24=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67A18 is #3985E7. Grayscale: #868686. Windows color (decimal): -3769832 or 1604294. OLE color: 1604294.

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

Color convert

RGB 198 122 24 -
CMYK 0 0.38 0.88 0.22
HSL 33.79º 0.78% 0.44% -
HSV(B) 33.79º 0.88% 0.78% -
XYZ 30.41 25.99 4.28 -
YUV 133.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 198 122 24 0 0.38 0.88 0.22 33.79 0.78 0.44
Hex C6 7A 18 0 26 58 16 22 4E 2C
Octal 306 172 30 0 46 130 26 42 116 54
Binary 11000110 1111010 11000 0 100110 1011000 10110 100010 1001110 101100

Color Harmonies of #C67A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67A18

Black with #C67A18

Text Example


Text Example

White with #C67A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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