#C6751A

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

Shades of Ochre #C6751A

Tints of Ochre #C6751A

Color information

#C6751A (or 0xC6751A) is unknown color: approx Ochre. HEX triplet: C6, 75 and 1A. RGB value is (198,117,26). Sum of RGB (Red+Green+Blue) = 198+117+26=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6751A is #398AE5. Grayscale: #838383. Windows color (decimal): -3771110 or 1734086. OLE color: 1734086.

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

Color convert

RGB19811726-
CMYK00.410.870.22
HSL31.74º76.79%43.92%-
HSV(B)31.74º86.87%77.65%-
XYZ29.8424.84.19-
YUV130.8468.84175.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.06%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 26 (10.55% from 255) = 7.62%
R=58.06%
G=34.31%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981172600.410.870.2231.7476.7943.92
HexC6751A0295716204d2c
Octal30616532051127264011554
Binary1100011011101011101001010011010111101101000001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6751A; }

 p { color: rgb(198,117,26); }

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

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

 a { background-color: rgb(198,117,26); }

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

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

 span { border-color: rgb(198,117,26); }

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