Html Css Color HEX #C67223 Ochre

📋 copy color: '#C67223'

red 198 ◦ green 114 ◦ blue 35

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

Shades of Ochre #C67223

Tints of Ochre #C67223

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

 BLUE value IS 35 (14.06% from 255) = 10.09%

R = 57.06%
G = 32.85%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C67223 (or 0xC67223) is known color: Ochre. HEX triplet: C6, 72 and 23. RGB value is (198,114,35). Sum of RGB (Red+Green+Blue) = 198+114+35=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C67223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67223 is #398DDC. Grayscale: #828282. Windows color (decimal): -3771869 or 2323142. OLE color: 2323142.

HSL color Cylindrical-coordinate representation of color #C67223: hue angle of 29.08º degrees, saturation: 0.7, 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 #C67223 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 114 35 -
CMYK 0 0.42 0.82 0.22
HSL 29.08º 0.7% 0.46% -
HSV(B) 29.08º 0.82% 0.78% -
XYZ 29.61 24.16 4.69 -
YUV 130.11 74.33 176.42 -
System Red Green Blue C M Y K H S L
Decimal 198 114 35 0 0.42 0.82 0.22 29.08 0.7 0.46
Hex C6 72 23 0 2A 52 16 1D 46 2E
Octal 306 162 43 0 52 122 26 35 106 56
Binary 11000110 1110010 100011 0 101010 1010010 10110 11101 1000110 101110

Color Harmonies of #C67223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67223

Black with #C67223

Text Example


Text Example

White with #C67223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67223; }

 p { color: rgb(198,114,35); }

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

background-color css

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

 a { background-color: rgb(198,114,35); }

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

border-color css

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

 span { border-color: rgb(198,114,35); }

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