Html Css Color HEX #64463B Jambalaya

📋 copy color: '#64463B'

red 100 ◦ green 70 ◦ blue 59

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

Shades of Jambalaya #64463B

Tints of Jambalaya #64463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.57%

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 43.67%
G = 30.57%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#64463B (or 0x64463B) is known color: Jambalaya. HEX triplet: 64, 46 and 3B. RGB value is (100,70,59). Sum of RGB (Red+Green+Blue) = 100+70+59=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #64463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64463B is #9BB9C4. Grayscale: #4D4D4D. Windows color (decimal): -10205637 or 3884644. OLE color: 3884644.

HSL color Cylindrical-coordinate representation of color #64463B: hue angle of 16.1º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64463B is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 70 59 -
CMYK 0 0.30 0.41 0.61
HSL 16.1º 0.26% 0.31% -
HSV(B) 16.1º 0.41% 0.39% -
XYZ 8.24 7.41 5.13 -
YUV 77.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 100 70 59 0 0.30 0.41 0.61 16.1 0.26 0.31
Hex 64 46 3B 0 1E 29 3D 10 1A 1F
Octal 144 106 73 0 36 51 75 20 32 37
Binary 1100100 1000110 111011 0 11110 101001 111101 10000 11010 11111

Color Harmonies of #64463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64463B

Black with #64463B

Text Example


Text Example

White with #64463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64463B; }

 p { color: rgb(100,70,59); }

 H1.HeaderClassName
 {
   color: #64463B;
 }
 .AnyTagClassName
 {
   color: #64463B;
 }
</style>

background-color css

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

 a { background-color: rgb(100,70,59); }

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

border-color css

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

 span { border-color: rgb(100,70,59); }

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