#C9761E

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

Shades of Ochre #C9761E

Tints of Ochre #C9761E

Color information

#C9761E (or 0xC9761E) is unknown color: approx Ochre. HEX triplet: C9, 76 and 1E. RGB value is (201,118,30). Sum of RGB (Red+Green+Blue) = 201+118+30=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9761E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9761E is #3689E1. Grayscale: #858585. Windows color (decimal): -3574242 or 1996489. OLE color: 1996489.

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

Color convert

RGB20111830-
CMYK00.410.850.21
HSL30.88º74.03%45.29%-
HSV(B)30.88º85.07%78.82%-
XYZ30.825.474.52-
YUV132.7870176.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.59%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 30 (12.11% from 255) = 8.60%
R=57.59%
G=33.81%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011183000.410.850.2130.8874.0345.29
HexC9761E02955151f4a2d
Octal31116636051125253711255
Binary110010011110110111100101001101010110101111111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9761E; }

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

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

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

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

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

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

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

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