Html Css Color HEX #634A3A Jambalaya

📋 copy color: '#634A3A'

red 99 ◦ green 74 ◦ blue 58

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

Shades of Jambalaya #634A3A

Tints of Jambalaya #634A3A

RGB

 RED value IS 99 (39.06% from 255) = 42.86%

 GREEN value IS 74 (29.3% from 255) = 32.03%

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

R = 42.86%
G = 32.03%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#634A3A (or 0x634A3A) is known color: Jambalaya. HEX triplet: 63, 4A and 3A. RGB value is (99,74,58). Sum of RGB (Red+Green+Blue) = 99+74+58=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #634A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A3A is #9CB5C5. Grayscale: #4F4F4F. Windows color (decimal): -10270150 or 3820131. OLE color: 3820131.

HSL color Cylindrical-coordinate representation of color #634A3A: hue angle of 23.41º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #634A3A is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 74 58 -
CMYK 0 0.25 0.41 0.61
HSL 23.41º 0.26% 0.31% -
HSV(B) 23.41º 0.41% 0.39% -
XYZ 8.36 7.86 5.08 -
YUV 79.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 99 74 58 0 0.25 0.41 0.61 23.41 0.26 0.31
Hex 63 4A 3A 0 19 29 3D 17 1A 1F
Octal 143 112 72 0 31 51 75 27 32 37
Binary 1100011 1001010 111010 0 11001 101001 111101 10111 11010 11111

Color Harmonies of #634A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634A3A

Black with #634A3A

Text Example


Text Example

White with #634A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634A3A; }

 p { color: rgb(99,74,58); }

 H1.HeaderClassName
 {
   color: #634A3A;
 }
 .AnyTagClassName
 {
   color: #634A3A;
 }
</style>

background-color css

<style>
 a { background-color: #634A3A; }

 a { background-color: rgb(99,74,58); }

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

border-color css

<style>
 span { border-color: #634A3A; }

 span { border-color: rgb(99,74,58); }

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