Html Css Color HEX #68463A Jambalaya

📋 copy color: '#68463A'

red 104 ◦ green 70 ◦ blue 58

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

Shades of Jambalaya #68463A

Tints of Jambalaya #68463A

RGB

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

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

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

R = 44.83%
G = 30.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68463A (or 0x68463A) is known color: Jambalaya. HEX triplet: 68, 46 and 3A. RGB value is (104,70,58). Sum of RGB (Red+Green+Blue) = 104+70+58=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68463A is #97B9C5. Grayscale: #4E4E4E. Windows color (decimal): -9943494 or 3819112. OLE color: 3819112.

HSL color Cylindrical-coordinate representation of color #68463A: hue angle of 15.65º 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 #68463A is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 70 58 -
CMYK 0 0.33 0.44 0.59
HSL 15.65º 0.28% 0.32% -
HSV(B) 15.65º 0.44% 0.41% -
XYZ 8.66 7.63 5.02 -
YUV 78.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 104 70 58 0 0.33 0.44 0.59 15.65 0.28 0.32
Hex 68 46 3A 0 21 2C 3B 10 1C 20
Octal 150 106 72 0 41 54 73 20 34 40
Binary 1101000 1000110 111010 0 100001 101100 111011 10000 11100 100000

Color Harmonies of #68463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68463A

Black with #68463A

Text Example


Text Example

White with #68463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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