Html Css Color HEX #664A36 Jambalaya

📋 copy color: '#664A36'

red 102 ◦ green 74 ◦ blue 54

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

Shades of Jambalaya #664A36

Tints of Jambalaya #664A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.17%

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

R = 44.35%
G = 32.17%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#664A36 (or 0x664A36) is known color: Jambalaya. HEX triplet: 66, 4A and 36. RGB value is (102,74,54). Sum of RGB (Red+Green+Blue) = 102+74+54=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #664A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A36 is #99B5C9. Grayscale: #505050. Windows color (decimal): -10073546 or 3557990. OLE color: 3557990.

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

Color convert

RGB 102 74 54 -
CMYK 0 0.27 0.47 0.6
HSL 25º 0.31% 0.31% -
HSV(B) 25º 0.47% 0.4% -
XYZ 8.59 7.99 4.58 -
YUV 80.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 102 74 54 0 0.27 0.47 0.6 25 0.31 0.31
Hex 66 4A 36 0 1B 2F 3C 19 1F 1F
Octal 146 112 66 0 33 57 74 31 37 37
Binary 1100110 1001010 110110 0 11011 101111 111100 11001 11111 11111

Color Harmonies of #664A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664A36

Black with #664A36

Text Example


Text Example

White with #664A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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