Html Css Color HEX #664631 Jambalaya

📋 copy color: '#664631'

red 102 ◦ green 70 ◦ blue 49

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

Shades of Jambalaya #664631

Tints of Jambalaya #664631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.17%

R = 46.15%
G = 31.67%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#664631 (or 0x664631) is known color: Jambalaya. HEX triplet: 66, 46 and 31. RGB value is (102,70,49). Sum of RGB (Red+Green+Blue) = 102+70+49=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #664631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664631 is #99B9CE. Grayscale: #4D4D4D. Windows color (decimal): -10074575 or 3229286. OLE color: 3229286.

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

Color convert

RGB 102 70 49 -
CMYK 0 0.31 0.52 0.6
HSL 23.77º 0.35% 0.3% -
HSV(B) 23.77º 0.52% 0.4% -
XYZ 8.22 7.43 3.91 -
YUV 77.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 102 70 49 0 0.31 0.52 0.6 23.77 0.35 0.3
Hex 66 46 31 0 1F 34 3C 18 23 1E
Octal 146 106 61 0 37 64 74 30 43 36
Binary 1100110 1000110 110001 0 11111 110100 111100 11000 100011 11110

Color Harmonies of #664631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664631

Black with #664631

Text Example


Text Example

White with #664631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664631; }

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

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

background-color css

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

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

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

border-color css

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

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

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