Html Css Color HEX #6B540B Raw Umber

📋 copy color: '#6B540B'

red 107 ◦ green 84 ◦ blue 11

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

Shades of Raw Umber #6B540B

Tints of Raw Umber #6B540B

RGB

 RED value IS 107 (42.19% from 255) = 52.97%

 GREEN value IS 84 (33.2% from 255) = 41.58%

 BLUE value IS 11 (4.69% from 255) = 5.45%

R = 52.97%
G = 41.58%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B540B (or 0x6B540B) is known color: Raw Umber. HEX triplet: 6B, 54 and 0B. RGB value is (107,84,11). Sum of RGB (Red+Green+Blue) = 107+84+11=202 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.97% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 107 - color contains mainly: red. Hex color #6B540B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B540B is #94ABF4. Grayscale: #525252. Windows color (decimal): -9743349 or 742507. OLE color: 742507.

HSL color Cylindrical-coordinate representation of color #6B540B: hue angle of 45.62º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B540B is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 84 11 -
CMYK 0 0.21 0.90 0.58
HSL 45.63º 0.81% 0.23% -
HSV(B) 45.63º 0.9% 0.42% -
XYZ 9.29 9.49 1.66 -
YUV 82.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 107 84 11 0 0.21 0.90 0.58 45.63 0.81 0.23
Hex 6B 54 B 0 15 5A 3A 2E 51 17
Octal 153 124 13 0 25 132 72 56 121 27
Binary 1101011 1010100 1011 0 10101 1011010 111010 101110 1010001 10111

Color Harmonies of #6B540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B540B

Black with #6B540B

Text Example


Text Example

White with #6B540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,84,11); }

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

background-color css

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

 a { background-color: rgb(107,84,11); }

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

border-color css

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

 span { border-color: rgb(107,84,11); }

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