Html Css Color HEX #664938 Jambalaya

📋 copy color: '#664938'

red 102 ◦ green 73 ◦ blue 56

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

Shades of Jambalaya #664938

Tints of Jambalaya #664938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

 BLUE value IS 56 (22.27% from 255) = 24.24%

R = 44.16%
G = 31.6%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#664938 (or 0x664938) is known color: Jambalaya. HEX triplet: 66, 49 and 38. RGB value is (102,73,56). Sum of RGB (Red+Green+Blue) = 102+73+56=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #664938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664938 is #99B6C7. Grayscale: #4F4F4F. Windows color (decimal): -10073800 or 3688806. OLE color: 3688806.

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

Color convert

RGB 102 73 56 -
CMYK 0 0.28 0.45 0.6
HSL 22.17º 0.29% 0.31% -
HSV(B) 22.17º 0.45% 0.4% -
XYZ 8.58 7.88 4.81 -
YUV 79.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 102 73 56 0 0.28 0.45 0.6 22.17 0.29 0.31
Hex 66 49 38 0 1C 2D 3C 16 1D 1F
Octal 146 111 70 0 34 55 74 26 35 37
Binary 1100110 1001001 111000 0 11100 101101 111100 10110 11101 11111

Color Harmonies of #664938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664938

Black with #664938

Text Example


Text Example

White with #664938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664938; }

 p { color: rgb(102,73,56); }

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

background-color css

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

 a { background-color: rgb(102,73,56); }

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

border-color css

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

 span { border-color: rgb(102,73,56); }

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