Html Css Color HEX #6D483A Spice

📋 copy color: '#6D483A'

red 109 ◦ green 72 ◦ blue 58

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

Shades of Spice #6D483A

Tints of Spice #6D483A

RGB

 RED value IS 109 (42.97% from 255) = 45.61%

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

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

R = 45.61%
G = 30.13%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D483A (or 0x6D483A) is known color: Spice. HEX triplet: 6D, 48 and 3A. RGB value is (109,72,58). Sum of RGB (Red+Green+Blue) = 109+72+58=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D483A is #92B7C5. Grayscale: #515151. Windows color (decimal): -9615302 or 3819629. OLE color: 3819629.

HSL color Cylindrical-coordinate representation of color #6D483A: hue angle of 16.47º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D483A is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 72 58 -
CMYK 0 0.34 0.47 0.57
HSL 16.47º 0.31% 0.33% -
HSV(B) 16.47º 0.47% 0.43% -
XYZ 9.39 8.19 5.09 -
YUV 81.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 109 72 58 0 0.34 0.47 0.57 16.47 0.31 0.33
Hex 6D 48 3A 0 22 2F 39 10 1F 21
Octal 155 110 72 0 42 57 71 20 37 41
Binary 1101101 1001000 111010 0 100010 101111 111001 10000 11111 100001

Color Harmonies of #6D483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D483A

Black with #6D483A

Text Example


Text Example

White with #6D483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D483A; }

 p { color: rgb(109,72,58); }

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

background-color css

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

 a { background-color: rgb(109,72,58); }

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

border-color css

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

 span { border-color: rgb(109,72,58); }

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