Html Css Color HEX #664B35 Jambalaya

📋 copy color: '#664B35'

red 102 ◦ green 75 ◦ blue 53

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

Shades of Jambalaya #664B35

Tints of Jambalaya #664B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 44.35%
G = 32.61%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#664B35 (or 0x664B35) is known color: Jambalaya. HEX triplet: 66, 4B and 35. RGB value is (102,75,53). Sum of RGB (Red+Green+Blue) = 102+75+53=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #664B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B35 is #99B4CA. Grayscale: #505050. Windows color (decimal): -10073291 or 3492710. OLE color: 3492710.

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

Color convert

RGB 102 75 53 -
CMYK 0 0.26 0.48 0.6
HSL 26.94º 0.32% 0.3% -
HSV(B) 26.94º 0.48% 0.4% -
XYZ 8.64 8.11 4.48 -
YUV 80.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 102 75 53 0 0.26 0.48 0.6 26.94 0.32 0.3
Hex 66 4B 35 0 1A 30 3C 1B 20 1E
Octal 146 113 65 0 32 60 74 33 40 36
Binary 1100110 1001011 110101 0 11010 110000 111100 11011 100000 11110

Color Harmonies of #664B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B35

Black with #664B35

Text Example


Text Example

White with #664B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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