Html Css Color HEX #66462F Jambalaya

📋 copy color: '#66462F'

red 102 ◦ green 70 ◦ blue 47

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

Shades of Jambalaya #66462F

Tints of Jambalaya #66462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

 BLUE value IS 47 (18.75% from 255) = 21.46%

R = 46.58%
G = 31.96%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#66462F (or 0x66462F) is known color: Jambalaya. HEX triplet: 66, 46 and 2F. RGB value is (102,70,47). Sum of RGB (Red+Green+Blue) = 102+70+47=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #66462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66462F is #99B9D0. Grayscale: #4D4D4D. Windows color (decimal): -10074577 or 3098214. OLE color: 3098214.

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

Color convert

RGB 102 70 47 -
CMYK 0 0.31 0.54 0.6
HSL 25.09º 0.37% 0.29% -
HSV(B) 25.09º 0.54% 0.4% -
XYZ 8.18 7.41 3.69 -
YUV 76.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 102 70 47 0 0.31 0.54 0.6 25.09 0.37 0.29
Hex 66 46 2F 0 1F 36 3C 19 25 1D
Octal 146 106 57 0 37 66 74 31 45 35
Binary 1100110 1000110 101111 0 11111 110110 111100 11001 100101 11101

Color Harmonies of #66462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66462F

Black with #66462F

Text Example


Text Example

White with #66462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66462F; }

 p { color: rgb(102,70,47); }

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

background-color css

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

 a { background-color: rgb(102,70,47); }

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

border-color css

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

 span { border-color: rgb(102,70,47); }

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