#C6730A

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

Shades of Ochre #C6730A

Tints of Ochre #C6730A

Color information

#C6730A (or 0xC6730A) is unknown color: approx Ochre. HEX triplet: C6, 73 and 0A. RGB value is (198,115,10). Sum of RGB (Red+Green+Blue) = 198+115+10=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6730A is #398CF5. Grayscale: #808080. Windows color (decimal): -3771638 or 684998. OLE color: 684998.

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

Color convert

RGB19811510-
CMYK00.420.950.22
HSL33.51º90.38%40.78%-
HSV(B)33.51º94.95%77.65%-
XYZ29.4724.293.42-
YUV127.8561.5178.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.30%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 10 (4.30% from 255) = 3.10%
R=61.30%
G=35.60%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981151000.420.950.2233.5190.3840.78
HexC673A02A5F16225a29
Octal30616312052137264213251
Binary110001101110011101001010101011111101101000101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6730A; }

 p { color: rgb(198,115,10); }

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

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

 a { background-color: rgb(198,115,10); }

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

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

 span { border-color: rgb(198,115,10); }

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