Html Css Color HEX #68442E Jambalaya

📋 copy color: '#68442E'

red 104 ◦ green 68 ◦ blue 46

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

Shades of Jambalaya #68442E

Tints of Jambalaya #68442E

RGB

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

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

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

R = 47.71%
G = 31.19%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#68442E (or 0x68442E) is known color: Jambalaya. HEX triplet: 68, 44 and 2E. RGB value is (104,68,46). Sum of RGB (Red+Green+Blue) = 104+68+46=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68442E is #97BBD1. Grayscale: #4C4C4C. Windows color (decimal): -9944018 or 3032168. OLE color: 3032168.

HSL color Cylindrical-coordinate representation of color #68442E: hue angle of 22.76º 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 #68442E is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 68 46 -
CMYK 0 0.35 0.56 0.59
HSL 22.76º 0.39% 0.29% -
HSV(B) 22.76º 0.56% 0.41% -
XYZ 8.27 7.27 3.55 -
YUV 76.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 104 68 46 0 0.35 0.56 0.59 22.76 0.39 0.29
Hex 68 44 2E 0 23 38 3B 17 27 1D
Octal 150 104 56 0 43 70 73 27 47 35
Binary 1101000 1000100 101110 0 100011 111000 111011 10111 100111 11101

Color Harmonies of #68442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68442E

Black with #68442E

Text Example


Text Example

White with #68442E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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