Html Css Color HEX #664B34 Jambalaya

📋 copy color: '#664B34'

red 102 ◦ green 75 ◦ blue 52

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

Shades of Jambalaya #664B34

Tints of Jambalaya #664B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 44.54%
G = 32.75%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#664B34 (or 0x664B34) is known color: Jambalaya. HEX triplet: 66, 4B and 34. RGB value is (102,75,52). Sum of RGB (Red+Green+Blue) = 102+75+52=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #664B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B34 is #99B4CB. Grayscale: #505050. Windows color (decimal): -10073292 or 3427174. OLE color: 3427174.

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

Color convert

RGB 102 75 52 -
CMYK 0 0.26 0.49 0.6
HSL 27.6º 0.32% 0.3% -
HSV(B) 27.6º 0.49% 0.4% -
XYZ 8.62 8.1 4.36 -
YUV 80.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 102 75 52 0 0.26 0.49 0.6 27.6 0.32 0.3
Hex 66 4B 34 0 1A 31 3C 1C 20 1E
Octal 146 113 64 0 32 61 74 34 40 36
Binary 1100110 1001011 110100 0 11010 110001 111100 11100 100000 11110

Color Harmonies of #664B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B34

Black with #664B34

Text Example


Text Example

White with #664B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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