Html Css Color HEX #664538 Jambalaya

📋 copy color: '#664538'

red 102 ◦ green 69 ◦ blue 56

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

Shades of Jambalaya #664538

Tints of Jambalaya #664538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.4%

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

R = 44.93%
G = 30.4%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#664538 (or 0x664538) is known color: Jambalaya. HEX triplet: 66, 45 and 38. RGB value is (102,69,56). Sum of RGB (Red+Green+Blue) = 102+69+56=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #664538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664538 is #99BAC7. Grayscale: #4D4D4D. Windows color (decimal): -10074824 or 3687782. OLE color: 3687782.

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

Color convert

RGB 102 69 56 -
CMYK 0 0.32 0.45 0.6
HSL 16.96º 0.29% 0.31% -
HSV(B) 16.96º 0.45% 0.4% -
XYZ 8.32 7.37 4.72 -
YUV 77.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 102 69 56 0 0.32 0.45 0.6 16.96 0.29 0.31
Hex 66 45 38 0 20 2D 3C 11 1D 1F
Octal 146 105 70 0 40 55 74 21 35 37
Binary 1100110 1000101 111000 0 100000 101101 111100 10001 11101 11111

Color Harmonies of #664538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664538

Black with #664538

Text Example


Text Example

White with #664538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664538; }

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

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

background-color css

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

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

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

border-color css

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

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

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