Html Css Color HEX #654630 Jambalaya

📋 copy color: '#654630'

red 101 ◦ green 70 ◦ blue 48

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

Shades of Jambalaya #654630

Tints of Jambalaya #654630

RGB

 RED value IS 101 (39.84% from 255) = 46.12%

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

 BLUE value IS 48 (19.14% from 255) = 21.92%

R = 46.12%
G = 31.96%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#654630 (or 0x654630) is known color: Jambalaya. HEX triplet: 65, 46 and 30. RGB value is (101,70,48). Sum of RGB (Red+Green+Blue) = 101+70+48=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #654630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654630 is #9AB9CF. Grayscale: #4C4C4C. Windows color (decimal): -10140112 or 3163749. OLE color: 3163749.

HSL color Cylindrical-coordinate representation of color #654630: hue angle of 24.91º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #654630 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 70 48 -
CMYK 0 0.31 0.52 0.60
HSL 24.91º 0.36% 0.29% -
HSV(B) 24.91º 0.52% 0.4% -
XYZ 8.09 7.36 3.79 -
YUV 76.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 101 70 48 0 0.31 0.52 0.60 24.91 0.36 0.29
Hex 65 46 30 0 1F 34 3C 19 24 1D
Octal 145 106 60 0 37 64 74 31 44 35
Binary 1100101 1000110 110000 0 11111 110100 111100 11001 100100 11101

Color Harmonies of #654630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654630

Black with #654630

Text Example


Text Example

White with #654630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654630; }

 p { color: rgb(101,70,48); }

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

background-color css

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

 a { background-color: rgb(101,70,48); }

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

border-color css

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

 span { border-color: rgb(101,70,48); }

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