Html Css Color HEX #C67024 Ochre

📋 copy color: '#C67024'

red 198 ◦ green 112 ◦ blue 36

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

Shades of Ochre #C67024

Tints of Ochre #C67024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

 BLUE value IS 36 (14.45% from 255) = 10.4%

R = 57.23%
G = 32.37%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C67024 (or 0xC67024) is known color: Ochre. HEX triplet: C6, 70 and 24. RGB value is (198,112,36). Sum of RGB (Red+Green+Blue) = 198+112+36=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C67024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67024 is #398FDB. Grayscale: #818181. Windows color (decimal): -3772380 or 2388166. OLE color: 2388166.

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

Color convert

RGB 198 112 36 -
CMYK 0 0.43 0.82 0.22
HSL 28.15º 0.69% 0.46% -
HSV(B) 28.15º 0.82% 0.78% -
XYZ 29.4 23.72 4.7 -
YUV 129.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 198 112 36 0 0.43 0.82 0.22 28.15 0.69 0.46
Hex C6 70 24 0 2B 52 16 1C 45 2E
Octal 306 160 44 0 53 122 26 34 105 56
Binary 11000110 1110000 100100 0 101011 1010010 10110 11100 1000101 101110

Color Harmonies of #C67024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67024

Black with #C67024

Text Example


Text Example

White with #C67024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67024; }

 p { color: rgb(198,112,36); }

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

background-color css

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

 a { background-color: rgb(198,112,36); }

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

border-color css

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

 span { border-color: rgb(198,112,36); }

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