Html Css Color HEX #664734 Jambalaya

📋 copy color: '#664734'

red 102 ◦ green 71 ◦ blue 52

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

Shades of Jambalaya #664734

Tints of Jambalaya #664734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 45.33%
G = 31.56%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#664734 (or 0x664734) is known color: Jambalaya. HEX triplet: 66, 47 and 34. RGB value is (102,71,52). Sum of RGB (Red+Green+Blue) = 102+71+52=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #664734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664734 is #99B8CB. Grayscale: #4E4E4E. Windows color (decimal): -10074316 or 3426150. OLE color: 3426150.

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

Color convert

RGB 102 71 52 -
CMYK 0 0.30 0.49 0.6
HSL 22.8º 0.32% 0.3% -
HSV(B) 22.8º 0.49% 0.4% -
XYZ 8.35 7.58 4.27 -
YUV 78.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 102 71 52 0 0.30 0.49 0.6 22.8 0.32 0.3
Hex 66 47 34 0 1E 31 3C 17 20 1E
Octal 146 107 64 0 36 61 74 27 40 36
Binary 1100110 1000111 110100 0 11110 110001 111100 10111 100000 11110

Color Harmonies of #664734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664734

Black with #664734

Text Example


Text Example

White with #664734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664734; }

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

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

background-color css

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

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

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

border-color css

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

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

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