Html Css Color HEX #664A33 Jambalaya

📋 copy color: '#664A33'

red 102 ◦ green 74 ◦ blue 51

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

Shades of Jambalaya #664A33

Tints of Jambalaya #664A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.47%

R = 44.93%
G = 32.6%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#664A33 (or 0x664A33) is known color: Jambalaya. HEX triplet: 66, 4A and 33. RGB value is (102,74,51). Sum of RGB (Red+Green+Blue) = 102+74+51=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #664A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A33 is #99B5CC. Grayscale: #4F4F4F. Windows color (decimal): -10073549 or 3361382. OLE color: 3361382.

HSL color Cylindrical-coordinate representation of color #664A33: hue angle of 27.06º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #664A33 is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 74 51 -
CMYK 0 0.27 0.5 0.6
HSL 27.06º 0.33% 0.3% -
HSV(B) 27.06º 0.5% 0.4% -
XYZ 8.53 7.96 4.22 -
YUV 79.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 102 74 51 0 0.27 0.5 0.6 27.06 0.33 0.3
Hex 66 4A 33 0 1B 32 3C 1B 21 1E
Octal 146 112 63 0 33 62 74 33 41 36
Binary 1100110 1001010 110011 0 11011 110010 111100 11011 100001 11110

Color Harmonies of #664A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664A33

Black with #664A33

Text Example


Text Example

White with #664A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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