Html Css Color HEX #68442F Jambalaya

📋 copy color: '#68442F'

red 104 ◦ green 68 ◦ blue 47

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

Shades of Jambalaya #68442F

Tints of Jambalaya #68442F

RGB

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

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

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

R = 47.49%
G = 31.05%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68442F (or 0x68442F) is known color: Jambalaya. HEX triplet: 68, 44 and 2F. RGB value is (104,68,47). Sum of RGB (Red+Green+Blue) = 104+68+47=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68442F is #97BBD0. Grayscale: #4C4C4C. Windows color (decimal): -9944017 or 3097704. OLE color: 3097704.

HSL color Cylindrical-coordinate representation of color #68442F: hue angle of 22.11º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68442F is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 68 47 -
CMYK 0 0.35 0.55 0.59
HSL 22.11º 0.38% 0.3% -
HSV(B) 22.11º 0.55% 0.41% -
XYZ 8.29 7.28 3.66 -
YUV 76.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 104 68 47 0 0.35 0.55 0.59 22.11 0.38 0.3
Hex 68 44 2F 0 23 37 3B 16 26 1E
Octal 150 104 57 0 43 67 73 26 46 36
Binary 1101000 1000100 101111 0 100011 110111 111011 10110 100110 11110

Color Harmonies of #68442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68442F

Black with #68442F

Text Example


Text Example

White with #68442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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