Html Css Color HEX #C67E22 Ochre

📋 copy color: '#C67E22'

red 198 ◦ green 126 ◦ blue 34

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

Shades of Ochre #C67E22

Tints of Ochre #C67E22

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.2%

 BLUE value IS 34 (13.67% from 255) = 9.5%

R = 55.31%
G = 35.2%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C67E22 (or 0xC67E22) is known color: Ochre. HEX triplet: C6, 7E and 22. RGB value is (198,126,34). Sum of RGB (Red+Green+Blue) = 198+126+34=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E22 is #3981DD. Grayscale: #898989. Windows color (decimal): -3768798 or 2260678. OLE color: 2260678.

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

Color convert

RGB 198 126 34 -
CMYK 0 0.36 0.83 0.22
HSL 33.66º 0.71% 0.45% -
HSV(B) 33.66º 0.83% 0.78% -
XYZ 31.04 27.04 5.1 -
YUV 137.04 69.85 171.48 -
System Red Green Blue C M Y K H S L
Decimal 198 126 34 0 0.36 0.83 0.22 33.66 0.71 0.45
Hex C6 7E 22 0 24 53 16 22 47 2D
Octal 306 176 42 0 44 123 26 42 107 55
Binary 11000110 1111110 100010 0 100100 1010011 10110 100010 1000111 101101

Color Harmonies of #C67E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E22

Black with #C67E22

Text Example


Text Example

White with #C67E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E22; }

 p { color: rgb(198,126,34); }

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

background-color css

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

 a { background-color: rgb(198,126,34); }

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

border-color css

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

 span { border-color: rgb(198,126,34); }

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