Html Css Color HEX #6D5101 Raw Umber

📋 copy color: '#6D5101'

red 109 ◦ green 81 ◦ blue 1

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

Shades of Raw Umber #6D5101

Tints of Raw Umber #6D5101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.41%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 57.07%
G = 42.41%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#6D5101 (or 0x6D5101) is known color: Raw Umber. HEX triplet: 6D, 51 and 01. RGB value is (109,81,1). Sum of RGB (Red+Green+Blue) = 109+81+1=191 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.07% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5101 is #92AEFE. Grayscale: #505050. Windows color (decimal): -9613055 or 86381. OLE color: 86381.

HSL color Cylindrical-coordinate representation of color #6D5101: hue angle of 44.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D5101 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 81 1 -
CMYK 0 0.26 0.99 0.57
HSL 44.44º 0.98% 0.22% -
HSV(B) 44.44º 0.99% 0.43% -
XYZ 9.25 9.14 1.3 -
YUV 80.25 83.28 148.5 -
System Red Green Blue C M Y K H S L
Decimal 109 81 1 0 0.26 0.99 0.57 44.44 0.98 0.22
Hex 6D 51 1 0 1A 63 39 2C 62 16
Octal 155 121 1 0 32 143 71 54 142 26
Binary 1101101 1010001 1 0 11010 1100011 111001 101100 1100010 10110

Color Harmonies of #6D5101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5101

Black with #6D5101

Text Example


Text Example

White with #6D5101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,81,1); }

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

background-color css

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

 a { background-color: rgb(109,81,1); }

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

border-color css

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

 span { border-color: rgb(109,81,1); }

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