Html Css Color HEX #664B38 Jambalaya

📋 copy color: '#664B38'

red 102 ◦ green 75 ◦ blue 56

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

Shades of Jambalaya #664B38

Tints of Jambalaya #664B38

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.19%

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

R = 43.78%
G = 32.19%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#664B38 (or 0x664B38) is known color: Jambalaya. HEX triplet: 66, 4B and 38. RGB value is (102,75,56). Sum of RGB (Red+Green+Blue) = 102+75+56=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #664B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B38 is #99B4C7. Grayscale: #515151. Windows color (decimal): -10073288 or 3689318. OLE color: 3689318.

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

Color convert

RGB 102 75 56 -
CMYK 0 0.26 0.45 0.6
HSL 24.78º 0.29% 0.31% -
HSV(B) 24.78º 0.45% 0.4% -
XYZ 8.71 8.14 4.85 -
YUV 80.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 102 75 56 0 0.26 0.45 0.6 24.78 0.29 0.31
Hex 66 4B 38 0 1A 2D 3C 19 1D 1F
Octal 146 113 70 0 32 55 74 31 35 37
Binary 1100110 1001011 111000 0 11010 101101 111100 11001 11101 11111

Color Harmonies of #664B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B38

Black with #664B38

Text Example


Text Example

White with #664B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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