Html Css Color HEX #634A3B Jambalaya

📋 copy color: '#634A3B'

red 99 ◦ green 74 ◦ blue 59

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

Shades of Jambalaya #634A3B

Tints of Jambalaya #634A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.43%

R = 42.67%
G = 31.9%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#634A3B (or 0x634A3B) is known color: Jambalaya. HEX triplet: 63, 4A and 3B. RGB value is (99,74,59). Sum of RGB (Red+Green+Blue) = 99+74+59=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #634A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A3B is #9CB5C4. Grayscale: #4F4F4F. Windows color (decimal): -10270149 or 3885667. OLE color: 3885667.

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

Color convert

RGB 99 74 59 -
CMYK 0 0.25 0.40 0.61
HSL 22.5º 0.25% 0.31% -
HSV(B) 22.5º 0.4% 0.39% -
XYZ 8.38 7.87 5.21 -
YUV 79.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 99 74 59 0 0.25 0.40 0.61 22.5 0.25 0.31
Hex 63 4A 3B 0 19 28 3D 16 19 1F
Octal 143 112 73 0 31 50 75 26 31 37
Binary 1100011 1001010 111011 0 11001 101000 111101 10110 11001 11111

Color Harmonies of #634A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634A3B

Black with #634A3B

Text Example


Text Example

White with #634A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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