Html Css Color HEX #C67522 Ochre

📋 copy color: '#C67522'

red 198 ◦ green 117 ◦ blue 34

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

Shades of Ochre #C67522

Tints of Ochre #C67522

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

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

R = 56.73%
G = 33.52%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C67522 (or 0xC67522) is known color: Ochre. HEX triplet: C6, 75 and 22. RGB value is (198,117,34). Sum of RGB (Red+Green+Blue) = 198+117+34=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C67522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67522 is #398ADD. Grayscale: #848484. Windows color (decimal): -3771102 or 2258374. OLE color: 2258374.

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

Color convert

RGB 198 117 34 -
CMYK 0 0.41 0.83 0.22
HSL 30.37º 0.71% 0.45% -
HSV(B) 30.37º 0.83% 0.78% -
XYZ 29.94 24.84 4.73 -
YUV 131.76 72.84 175.25 -
System Red Green Blue C M Y K H S L
Decimal 198 117 34 0 0.41 0.83 0.22 30.37 0.71 0.45
Hex C6 75 22 0 29 53 16 1E 47 2D
Octal 306 165 42 0 51 123 26 36 107 55
Binary 11000110 1110101 100010 0 101001 1010011 10110 11110 1000111 101101

Color Harmonies of #C67522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67522

Black with #C67522

Text Example


Text Example

White with #C67522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67522; }

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

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

background-color css

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

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

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

border-color css

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

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

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