Html Css Color HEX #61483C Jambalaya

📋 copy color: '#61483C'

red 97 ◦ green 72 ◦ blue 60

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

Shades of Jambalaya #61483C

Tints of Jambalaya #61483C

RGB

 RED value IS 97 (38.28% from 255) = 42.36%

 GREEN value IS 72 (28.52% from 255) = 31.44%

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 42.36%
G = 31.44%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#61483C (or 0x61483C) is known color: Jambalaya. HEX triplet: 61, 48 and 3C. RGB value is (97,72,60). Sum of RGB (Red+Green+Blue) = 97+72+60=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #61483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61483C is #9EB7C3. Grayscale: #4E4E4E. Windows color (decimal): -10401732 or 3950689. OLE color: 3950689.

HSL color Cylindrical-coordinate representation of color #61483C: hue angle of 19.46º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61483C is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 72 60 -
CMYK 0 0.26 0.38 0.62
HSL 19.46º 0.24% 0.31% -
HSV(B) 19.46º 0.38% 0.38% -
XYZ 8.06 7.5 5.3 -
YUV 78.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 97 72 60 0 0.26 0.38 0.62 19.46 0.24 0.31
Hex 61 48 3C 0 1A 26 3E 13 18 1F
Octal 141 110 74 0 32 46 76 23 30 37
Binary 1100001 1001000 111100 0 11010 100110 111110 10011 11000 11111

Color Harmonies of #61483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61483C

Black with #61483C

Text Example


Text Example

White with #61483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61483C; }

 p { color: rgb(97,72,60); }

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

background-color css

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

 a { background-color: rgb(97,72,60); }

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

border-color css

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

 span { border-color: rgb(97,72,60); }

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