Html Css Color HEX #634B3B Jambalaya

📋 copy color: '#634B3B'

red 99 ◦ green 75 ◦ blue 59

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

Shades of Jambalaya #634B3B

Tints of Jambalaya #634B3B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.19%

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

R = 42.49%
G = 32.19%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#634B3B (or 0x634B3B) is known color: Jambalaya. HEX triplet: 63, 4B and 3B. RGB value is (99,75,59). Sum of RGB (Red+Green+Blue) = 99+75+59=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #634B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B3B is #9CB4C4. Grayscale: #505050. Windows color (decimal): -10269893 or 3885923. OLE color: 3885923.

HSL color Cylindrical-coordinate representation of color #634B3B: hue angle of 24º 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 #634B3B is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 75 59 -
CMYK 0 0.24 0.40 0.61
HSL 24º 0.25% 0.31% -
HSV(B) 24º 0.4% 0.39% -
XYZ 8.45 8 5.24 -
YUV 80.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 99 75 59 0 0.24 0.40 0.61 24 0.25 0.31
Hex 63 4B 3B 0 18 28 3D 18 19 1F
Octal 143 113 73 0 30 50 75 30 31 37
Binary 1100011 1001011 111011 0 11000 101000 111101 11000 11001 11111

Color Harmonies of #634B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634B3B

Black with #634B3B

Text Example


Text Example

White with #634B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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