#C6771B

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

Shades of Ochre #C6771B

Tints of Ochre #C6771B

Color information

#C6771B (or 0xC6771B) is unknown color: approx Ochre. HEX triplet: C6, 77 and 1B. RGB value is (198,119,27). Sum of RGB (Red+Green+Blue) = 198+119+27=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6771B is #3988E4. Grayscale: #848484. Windows color (decimal): -3770597 or 1800134. OLE color: 1800134.

HSL color Cylindrical-coordinate representation of color #C6771B: hue angle of 32.28º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6771B is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB19811927-
CMYK00.400.860.22
HSL32.28º76%44.12%-
HSV(B)32.28º86.36%77.65%-
XYZ30.0825.284.33-
YUV132.1368.67174.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.56%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 27 (10.94% from 255) = 7.85%
R=57.56%
G=34.59%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981192700.400.860.2232.287644.12
HexC6771B0285616204c2c
Octal30616733050126264011454
Binary1100011011101111101101010001010110101101000001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6771B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6771B; }

 p { color: rgb(198,119,27); }

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

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

 a { background-color: rgb(198,119,27); }

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

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

 span { border-color: rgb(198,119,27); }

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