Html Css Color HEX #664539 Jambalaya

📋 copy color: '#664539'

red 102 ◦ green 69 ◦ blue 57

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

Shades of Jambalaya #664539

Tints of Jambalaya #664539

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.26%

 BLUE value IS 57 (22.66% from 255) = 25%

R = 44.74%
G = 30.26%
B = 25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.6

RGB Variations

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

Color information

#664539 (or 0x664539) is known color: Jambalaya. HEX triplet: 66, 45 and 39. RGB value is (102,69,57). Sum of RGB (Red+Green+Blue) = 102+69+57=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #664539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664539 is #99BAC6. Grayscale: #4D4D4D. Windows color (decimal): -10074823 or 3753318. OLE color: 3753318.

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

Color convert

RGB 102 69 57 -
CMYK 0 0.32 0.44 0.6
HSL 16º 0.28% 0.31% -
HSV(B) 16º 0.44% 0.4% -
XYZ 8.35 7.38 4.85 -
YUV 77.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 102 69 57 0 0.32 0.44 0.6 16 0.28 0.31
Hex 66 45 39 0 20 2C 3C 10 1C 1F
Octal 146 105 71 0 40 54 74 20 34 37
Binary 1100110 1000101 111001 0 100000 101100 111100 10000 11100 11111

Color Harmonies of #664539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664539

Black with #664539

Text Example


Text Example

White with #664539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664539; }

 p { color: rgb(102,69,57); }

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

background-color css

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

 a { background-color: rgb(102,69,57); }

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

border-color css

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

 span { border-color: rgb(102,69,57); }

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