Html Css Color HEX #68473A Jambalaya

📋 copy color: '#68473A'

red 104 ◦ green 71 ◦ blue 58

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

Shades of Jambalaya #68473A

Tints of Jambalaya #68473A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.47%

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

R = 44.64%
G = 30.47%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68473A (or 0x68473A) is known color: Jambalaya. HEX triplet: 68, 47 and 3A. RGB value is (104,71,58). Sum of RGB (Red+Green+Blue) = 104+71+58=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68473A is #97B8C5. Grayscale: #4F4F4F. Windows color (decimal): -9943238 or 3819368. OLE color: 3819368.

HSL color Cylindrical-coordinate representation of color #68473A: hue angle of 16.96º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68473A is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 71 58 -
CMYK 0 0.32 0.44 0.59
HSL 16.96º 0.28% 0.32% -
HSV(B) 16.96º 0.44% 0.41% -
XYZ 8.73 7.76 5.04 -
YUV 79.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 104 71 58 0 0.32 0.44 0.59 16.96 0.28 0.32
Hex 68 47 3A 0 20 2C 3B 11 1C 20
Octal 150 107 72 0 40 54 73 21 34 40
Binary 1101000 1000111 111010 0 100000 101100 111011 10001 11100 100000

Color Harmonies of #68473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68473A

Black with #68473A

Text Example


Text Example

White with #68473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,71,58); }

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

background-color css

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

 a { background-color: rgb(104,71,58); }

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

border-color css

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

 span { border-color: rgb(104,71,58); }

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