Html Css Color HEX #664637 Jambalaya

📋 copy color: '#664637'

red 102 ◦ green 70 ◦ blue 55

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

Shades of Jambalaya #664637

Tints of Jambalaya #664637

RGB

 RED value IS 102 (40.23% from 255) = 44.93%

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

 BLUE value IS 55 (21.88% from 255) = 24.23%

R = 44.93%
G = 30.84%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.6

RGB Variations

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

Color information

#664637 (or 0x664637) is known color: Jambalaya. HEX triplet: 66, 46 and 37. RGB value is (102,70,55). Sum of RGB (Red+Green+Blue) = 102+70+55=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #664637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664637 is #99B9C8. Grayscale: #4D4D4D. Windows color (decimal): -10074569 or 3622502. OLE color: 3622502.

HSL color Cylindrical-coordinate representation of color #664637: hue angle of 19.15º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #664637 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 70 55 -
CMYK 0 0.31 0.46 0.6
HSL 19.15º 0.3% 0.31% -
HSV(B) 19.15º 0.46% 0.4% -
XYZ 8.36 7.48 4.62 -
YUV 77.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 102 70 55 0 0.31 0.46 0.6 19.15 0.3 0.31
Hex 66 46 37 0 1F 2E 3C 13 1E 1F
Octal 146 106 67 0 37 56 74 23 36 37
Binary 1100110 1000110 110111 0 11111 101110 111100 10011 11110 11111

Color Harmonies of #664637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664637

Black with #664637

Text Example


Text Example

White with #664637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664637; }

 p { color: rgb(102,70,55); }

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

background-color css

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

 a { background-color: rgb(102,70,55); }

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

border-color css

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

 span { border-color: rgb(102,70,55); }

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