#C6792A

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

Shades of Ochre #C6792A

Tints of Ochre #C6792A

Color information

#C6792A (or 0xC6792A) is unknown color: approx Ochre. HEX triplet: C6, 79 and 2A. RGB value is (198,121,42). Sum of RGB (Red+Green+Blue) = 198+121+42=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6792A is #3986D5. Grayscale: #878787. Windows color (decimal): -3770070 or 2783686. OLE color: 2783686.

HSL color Cylindrical-coordinate representation of color #C6792A: hue angle of 30.38º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6792A is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB19812142-
CMYK00.390.790.22
HSL30.38º65%47.06%-
HSV(B)30.38º78.79%77.65%-
XYZ30.5425.855.57-
YUV135.0275.51172.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.85%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 42 (16.80% from 255) = 11.63%
R=54.85%
G=33.52%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981214200.390.790.2230.386547.06
HexC6792A0274F161e412f
Octal30617152047117263610157
Binary1100011011110011010100100111100111110110111101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6792A; }

 p { color: rgb(198,121,42); }

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

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

 a { background-color: rgb(198,121,42); }

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

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

 span { border-color: rgb(198,121,42); }

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