Html Css Color HEX #66483A Jambalaya

📋 copy color: '#66483A'

red 102 ◦ green 72 ◦ blue 58

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

Shades of Jambalaya #66483A

Tints of Jambalaya #66483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.03%

 BLUE value IS 58 (23.05% from 255) = 25%

R = 43.97%
G = 31.03%
B = 25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

#66483A (or 0x66483A) is known color: Jambalaya. HEX triplet: 66, 48 and 3A. RGB value is (102,72,58). Sum of RGB (Red+Green+Blue) = 102+72+58=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66483A is #99B7C5. Grayscale: #4F4F4F. Windows color (decimal): -10074054 or 3819622. OLE color: 3819622.

HSL color Cylindrical-coordinate representation of color #66483A: hue angle of 19.09º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66483A is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 72 58 -
CMYK 0 0.29 0.43 0.6
HSL 19.09º 0.28% 0.31% -
HSV(B) 19.09º 0.43% 0.4% -
XYZ 8.56 7.76 5.05 -
YUV 79.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 102 72 58 0 0.29 0.43 0.6 19.09 0.28 0.31
Hex 66 48 3A 0 1D 2B 3C 13 1C 1F
Octal 146 110 72 0 35 53 74 23 34 37
Binary 1100110 1001000 111010 0 11101 101011 111100 10011 11100 11111

Color Harmonies of #66483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66483A

Black with #66483A

Text Example


Text Example

White with #66483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66483A; }

 p { color: rgb(102,72,58); }

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

background-color css

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

 a { background-color: rgb(102,72,58); }

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

border-color css

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

 span { border-color: rgb(102,72,58); }

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