#64391E

Color #64391E Carnaby Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnaby Tan #64391E

Tints of Carnaby Tan #64391E

Color information

#64391E (or 0x64391E) is unknown color: approx Carnaby Tan. HEX triplet: 64, 39 and 1E. RGB value is (100,57,30). Sum of RGB (Red+Green+Blue) = 100+57+30=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #64391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64391E is #9BC6E1. Grayscale: #424242. Windows color (decimal): -10208994 or 1980772. OLE color: 1980772.

HSL color Cylindrical-coordinate representation of color #64391E: hue angle of 23.14º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64391E is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB1005730-
CMYK00.430.700.61
HSL23.14º53.85%25.49%-
HSV(B)23.14º70%39.22%-
XYZ6.955.731.97-
YUV66.78107.25151.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.48%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=53.48%
G=30.48%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100573000.430.700.6123.1453.8525.49
Hex64391E02B463D173619
Octal144713605310675276631
Binary110010011100111110010101110001101111011011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64391E; }

 p { color: rgb(100,57,30); }

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

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

 a { background-color: rgb(100,57,30); }

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

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

 span { border-color: rgb(100,57,30); }

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