Html Css Color HEX #6B540A Raw Umber

📋 copy color: '#6B540A'

red 107 ◦ green 84 ◦ blue 10

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

Shades of Raw Umber #6B540A

Tints of Raw Umber #6B540A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 53.23%
G = 41.79%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.58

RGB Variations

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

Color information

#6B540A (or 0x6B540A) is known color: Raw Umber. HEX triplet: 6B, 54 and 0A. RGB value is (107,84,10). Sum of RGB (Red+Green+Blue) = 107+84+10=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B540A is #94ABF5. Grayscale: #525252. Windows color (decimal): -9743350 or 676971. OLE color: 676971.

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

Color convert

RGB 107 84 10 -
CMYK 0 0.21 0.91 0.58
HSL 45.77º 0.83% 0.23% -
HSV(B) 45.77º 0.91% 0.42% -
XYZ 9.29 9.49 1.63 -
YUV 82.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 107 84 10 0 0.21 0.91 0.58 45.77 0.83 0.23
Hex 6B 54 A 0 15 5B 3A 2E 53 17
Octal 153 124 12 0 25 133 72 56 123 27
Binary 1101011 1010100 1010 0 10101 1011011 111010 101110 1010011 10111

Color Harmonies of #6B540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B540A

Black with #6B540A

Text Example


Text Example

White with #6B540A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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