Html Css Color HEX #C6811D Ochre

📋 copy color: '#C6811D'

red 198 ◦ green 129 ◦ blue 29

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

Shades of Ochre #C6811D

Tints of Ochre #C6811D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.15%

R = 55.62%
G = 36.24%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6811D (or 0xC6811D) is known color: Ochre. HEX triplet: C6, 81 and 1D. RGB value is (198,129,29). Sum of RGB (Red+Green+Blue) = 198+129+29=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6811D is #397EE2. Grayscale: #8A8A8A. Windows color (decimal): -3768035 or 1933766. OLE color: 1933766.

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

Color convert

RGB 198 129 29 -
CMYK 0 0.35 0.85 0.22
HSL 35.5º 0.74% 0.45% -
HSV(B) 35.5º 0.85% 0.78% -
XYZ 31.36 27.79 4.87 -
YUV 138.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 198 129 29 0 0.35 0.85 0.22 35.5 0.74 0.45
Hex C6 81 1D 0 23 55 16 24 4A 2D
Octal 306 201 35 0 43 125 26 44 112 55
Binary 11000110 10000001 11101 0 100011 1010101 10110 100100 1001010 101101

Color Harmonies of #C6811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6811D

Black with #C6811D

Text Example


Text Example

White with #C6811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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