Html Css Color HEX #664430 Jambalaya

📋 copy color: '#664430'

red 102 ◦ green 68 ◦ blue 48

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

Shades of Jambalaya #664430

Tints of Jambalaya #664430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 46.79%
G = 31.19%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#664430 (or 0x664430) is known color: Jambalaya. HEX triplet: 66, 44 and 30. RGB value is (102,68,48). Sum of RGB (Red+Green+Blue) = 102+68+48=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #664430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664430 is #99BBCF. Grayscale: #4C4C4C. Windows color (decimal): -10075088 or 3163238. OLE color: 3163238.

HSL color Cylindrical-coordinate representation of color #664430: hue angle of 22.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #664430 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 68 48 -
CMYK 0 0.33 0.53 0.6
HSL 22.22º 0.36% 0.29% -
HSV(B) 22.22º 0.53% 0.4% -
XYZ 8.08 7.17 3.75 -
YUV 75.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 102 68 48 0 0.33 0.53 0.6 22.22 0.36 0.29
Hex 66 44 30 0 21 35 3C 16 24 1D
Octal 146 104 60 0 41 65 74 26 44 35
Binary 1100110 1000100 110000 0 100001 110101 111100 10110 100100 11101

Color Harmonies of #664430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664430

Black with #664430

Text Example


Text Example

White with #664430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664430; }

 p { color: rgb(102,68,48); }

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

background-color css

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

 a { background-color: rgb(102,68,48); }

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

border-color css

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

 span { border-color: rgb(102,68,48); }

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