#C9761D

Color #C9761D Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C9761D

Tints of Ochre #C9761D

Color information

#C9761D (or 0xC9761D) is unknown color: approx Ochre. HEX triplet: C9, 76 and 1D. RGB value is (201,118,29). Sum of RGB (Red+Green+Blue) = 201+118+29=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9761D is #3689E2. Grayscale: #858585. Windows color (decimal): -3574243 or 1930953. OLE color: 1930953.

HSL color Cylindrical-coordinate representation of color #C9761D: hue angle of 31.05º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9761D is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB20111829-
CMYK00.410.860.21
HSL31.05º74.78%45.1%-
HSV(B)31.05º85.57%78.82%-
XYZ30.7925.464.45-
YUV132.6769.5176.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.76%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 29 (11.72% from 255) = 8.33%
R=57.76%
G=33.91%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011182900.410.860.2131.0574.7845.1
HexC9761D02956151f4b2d
Octal31116635051126253711355
Binary110010011110110111010101001101011010101111111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9761D; }

 p { color: rgb(201,118,29); }

 H1.HeaderClassName
 {
   color: #C9761D;
 }
 .AnyTagClassName
 {
   color: #C9761D;
 }
</style>
background-color css

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

 a { background-color: rgb(201,118,29); }

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

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

 span { border-color: rgb(201,118,29); }

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