Html Css Color HEX #64381F Carnaby Tan

📋 copy color: '#64381F'

red 100 ◦ green 56 ◦ blue 31

#64381F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnaby Tan #64381F

Tints of Carnaby Tan #64381F

RGB

 RED value IS 100 (39.45% from 255) = 53.48%

 GREEN value IS 56 (22.27% from 255) = 29.95%

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 53.48%
G = 29.95%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#64381F (or 0x64381F) is known color: Carnaby Tan. HEX triplet: 64, 38 and 1F. RGB value is (100,56,31). Sum of RGB (Red+Green+Blue) = 100+56+31=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #64381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64381F is #9BC7E0. Grayscale: #424242. Windows color (decimal): -10209249 or 2046052. OLE color: 2046052.

HSL color Cylindrical-coordinate representation of color #64381F: hue angle of 21.74º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64381F is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 56 31 -
CMYK 0 0.44 0.69 0.61
HSL 21.74º 0.53% 0.26% -
HSV(B) 21.74º 0.69% 0.39% -
XYZ 6.92 5.64 2.02 -
YUV 66.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 100 56 31 0 0.44 0.69 0.61 21.74 0.53 0.26
Hex 64 38 1F 0 2C 45 3D 16 35 1A
Octal 144 70 37 0 54 105 75 26 65 32
Binary 1100100 111000 11111 0 101100 1000101 111101 10110 110101 11010

Color Harmonies of #64381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64381F

Black with #64381F

Text Example


Text Example

White with #64381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64381F; }

 p { color: rgb(100,56,31); }

 H1.HeaderClassName
 {
   color: #64381F;
 }
 .AnyTagClassName
 {
   color: #64381F;
 }
</style>

background-color css

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

 a { background-color: rgb(100,56,31); }

 div.DivClassName
 {
   background-color: #64381F;
 }
 .BgClassName
 {
   background-color: #64381F;
 }
</style>

border-color css

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

 span { border-color: rgb(100,56,31); }

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