Html Css Color HEX #68462E Jambalaya

📋 copy color: '#68462E'

red 104 ◦ green 70 ◦ blue 46

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

Shades of Jambalaya #68462E

Tints of Jambalaya #68462E

RGB

 RED value IS 104 (41.02% from 255) = 47.27%

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

 BLUE value IS 46 (18.36% from 255) = 20.91%

R = 47.27%
G = 31.82%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#68462E (or 0x68462E) is known color: Jambalaya. HEX triplet: 68, 46 and 2E. RGB value is (104,70,46). Sum of RGB (Red+Green+Blue) = 104+70+46=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68462E is #97B9D1. Grayscale: #4D4D4D. Windows color (decimal): -9943506 or 3032680. OLE color: 3032680.

HSL color Cylindrical-coordinate representation of color #68462E: hue angle of 24.83º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68462E is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 70 46 -
CMYK 0 0.33 0.56 0.59
HSL 24.83º 0.39% 0.29% -
HSV(B) 24.83º 0.56% 0.41% -
XYZ 8.39 7.52 3.59 -
YUV 77.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 104 70 46 0 0.33 0.56 0.59 24.83 0.39 0.29
Hex 68 46 2E 0 21 38 3B 19 27 1D
Octal 150 106 56 0 41 70 73 31 47 35
Binary 1101000 1000110 101110 0 100001 111000 111011 11001 100111 11101

Color Harmonies of #68462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68462E

Black with #68462E

Text Example


Text Example

White with #68462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68462E; }

 p { color: rgb(104,70,46); }

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

background-color css

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

 a { background-color: rgb(104,70,46); }

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

border-color css

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

 span { border-color: rgb(104,70,46); }

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