Html Css Color HEX #664B37 Jambalaya

📋 copy color: '#664B37'

red 102 ◦ green 75 ◦ blue 55

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

Shades of Jambalaya #664B37

Tints of Jambalaya #664B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.33%

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

R = 43.97%
G = 32.33%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.6

RGB Variations

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

Color information

#664B37 (or 0x664B37) is known color: Jambalaya. HEX triplet: 66, 4B and 37. RGB value is (102,75,55). Sum of RGB (Red+Green+Blue) = 102+75+55=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #664B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B37 is #99B4C8. Grayscale: #505050. Windows color (decimal): -10073289 or 3623782. OLE color: 3623782.

HSL color Cylindrical-coordinate representation of color #664B37: hue angle of 25.53º 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 #664B37 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 75 55 -
CMYK 0 0.26 0.46 0.6
HSL 25.53º 0.3% 0.31% -
HSV(B) 25.53º 0.46% 0.4% -
XYZ 8.69 8.13 4.73 -
YUV 80.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 102 75 55 0 0.26 0.46 0.6 25.53 0.3 0.31
Hex 66 4B 37 0 1A 2E 3C 1A 1E 1F
Octal 146 113 67 0 32 56 74 32 36 37
Binary 1100110 1001011 110111 0 11010 101110 111100 11010 11110 11111

Color Harmonies of #664B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B37

Black with #664B37

Text Example


Text Example

White with #664B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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