Html Css Color HEX #C67021 Ochre

📋 copy color: '#C67021'

red 198 ◦ green 112 ◦ blue 33

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

Shades of Ochre #C67021

Tints of Ochre #C67021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.62%

R = 57.73%
G = 32.65%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C67021 (or 0xC67021) is known color: Ochre. HEX triplet: C6, 70 and 21. RGB value is (198,112,33). Sum of RGB (Red+Green+Blue) = 198+112+33=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C67021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67021 is #398FDE. Grayscale: #818181. Windows color (decimal): -3772383 or 2191558. OLE color: 2191558.

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

Color convert

RGB 198 112 33 -
CMYK 0 0.43 0.83 0.22
HSL 28.73º 0.71% 0.45% -
HSV(B) 28.73º 0.83% 0.78% -
XYZ 29.36 23.7 4.47 -
YUV 128.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 198 112 33 0 0.43 0.83 0.22 28.73 0.71 0.45
Hex C6 70 21 0 2B 53 16 1D 47 2D
Octal 306 160 41 0 53 123 26 35 107 55
Binary 11000110 1110000 100001 0 101011 1010011 10110 11101 1000111 101101

Color Harmonies of #C67021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67021

Black with #C67021

Text Example


Text Example

White with #C67021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67021; }

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

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

background-color css

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

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

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

border-color css

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

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

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