Html Css Color HEX #664636 Jambalaya

📋 copy color: '#664636'

red 102 ◦ green 70 ◦ blue 54

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

Shades of Jambalaya #664636

Tints of Jambalaya #664636

RGB

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

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

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

R = 45.13%
G = 30.97%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#664636 (or 0x664636) is known color: Jambalaya. HEX triplet: 66, 46 and 36. RGB value is (102,70,54). Sum of RGB (Red+Green+Blue) = 102+70+54=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #664636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664636 is #99B9C9. Grayscale: #4D4D4D. Windows color (decimal): -10074570 or 3556966. OLE color: 3556966.

HSL color Cylindrical-coordinate representation of color #664636: hue angle of 20º 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 #664636 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 70 54 -
CMYK 0 0.31 0.47 0.6
HSL 20º 0.31% 0.31% -
HSV(B) 20º 0.47% 0.4% -
XYZ 8.34 7.47 4.49 -
YUV 77.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 102 70 54 0 0.31 0.47 0.6 20 0.31 0.31
Hex 66 46 36 0 1F 2F 3C 14 1F 1F
Octal 146 106 66 0 37 57 74 24 37 37
Binary 1100110 1000110 110110 0 11111 101111 111100 10100 11111 11111

Color Harmonies of #664636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664636

Black with #664636

Text Example


Text Example

White with #664636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664636; }

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

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

background-color css

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

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

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

border-color css

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

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

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