Html Css Color HEX #C68120 Ochre

📋 copy color: '#C68120'

red 198 ◦ green 129 ◦ blue 32

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

Shades of Ochre #C68120

Tints of Ochre #C68120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

 BLUE value IS 32 (12.89% from 255) = 8.91%

R = 55.15%
G = 35.93%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C68120 (or 0xC68120) is known color: Ochre. HEX triplet: C6, 81 and 20. RGB value is (198,129,32). Sum of RGB (Red+Green+Blue) = 198+129+32=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C68120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68120 is #397EDF. Grayscale: #8B8B8B. Windows color (decimal): -3768032 or 2130374. OLE color: 2130374.

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

Color convert

RGB 198 129 32 -
CMYK 0 0.35 0.84 0.22
HSL 35.06º 0.72% 0.45% -
HSV(B) 35.06º 0.84% 0.78% -
XYZ 31.4 27.81 5.08 -
YUV 138.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 198 129 32 0 0.35 0.84 0.22 35.06 0.72 0.45
Hex C6 81 20 0 23 54 16 23 48 2D
Octal 306 201 40 0 43 124 26 43 110 55
Binary 11000110 10000001 100000 0 100011 1010100 10110 100011 1001000 101101

Color Harmonies of #C68120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68120

Black with #C68120

Text Example


Text Example

White with #C68120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68120; }

 p { color: rgb(198,129,32); }

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

background-color css

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

 a { background-color: rgb(198,129,32); }

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

border-color css

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

 span { border-color: rgb(198,129,32); }

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