#764630

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

Shades of Cumin #764630

Tints of Cumin #764630

Color information

#764630 (or 0x764630) is unknown color: approx Cumin. HEX triplet: 76, 46 and 30. RGB value is (118,70,48). Sum of RGB (Red+Green+Blue) = 118+70+48=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #764630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764630 is #89B9CF. Grayscale: #515151. Windows color (decimal): -9026000 or 3163766. OLE color: 3163766.

HSL color Cylindrical-coordinate representation of color #764630: hue angle of 18.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764630 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1187048-
CMYK00.410.590.54
HSL18.86º42.17%32.55%-
HSV(B)18.86º59.32%46.27%-
XYZ10.198.453.89-
YUV81.84108.9153.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 48 (19.14% from 255) = 20.34%
R=50%
G=29.66%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118704800.410.590.5418.8642.1732.55
Hex7646300293B36132a21
Octal166106600517366235241
Binary11101101000110110000010100111101111011010011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764630; }

 p { color: rgb(118,70,48); }

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

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

 a { background-color: rgb(118,70,48); }

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

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

 span { border-color: rgb(118,70,48); }

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