Html Css Color HEX #664536 Jambalaya

📋 copy color: '#664536'

red 102 ◦ green 69 ◦ blue 54

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

Shades of Jambalaya #664536

Tints of Jambalaya #664536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24%

R = 45.33%
G = 30.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#664536 (or 0x664536) is known color: Jambalaya. HEX triplet: 66, 45 and 36. RGB value is (102,69,54). Sum of RGB (Red+Green+Blue) = 102+69+54=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #664536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664536 is #99BAC9. Grayscale: #4D4D4D. Windows color (decimal): -10074826 or 3556710. OLE color: 3556710.

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

Color convert

RGB 102 69 54 -
CMYK 0 0.32 0.47 0.6
HSL 18.75º 0.31% 0.31% -
HSV(B) 18.75º 0.47% 0.4% -
XYZ 8.27 7.35 4.47 -
YUV 77.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 102 69 54 0 0.32 0.47 0.6 18.75 0.31 0.31
Hex 66 45 36 0 20 2F 3C 13 1F 1F
Octal 146 105 66 0 40 57 74 23 37 37
Binary 1100110 1000101 110110 0 100000 101111 111100 10011 11111 11111

Color Harmonies of #664536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664536

Black with #664536

Text Example


Text Example

White with #664536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664536; }

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

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

background-color css

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

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

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

border-color css

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

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

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