Html Css Color HEX #6B5200 Raw Umber

📋 copy color: '#6B5200'

red 107 ◦ green 82 ◦ blue 0

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

Shades of Raw Umber #6B5200

Tints of Raw Umber #6B5200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.61%
G = 43.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#6B5200 (or 0x6B5200) is known color: Raw Umber. HEX triplet: 6B, 52 and 00. RGB value is (107,82,0). Sum of RGB (Red+Green+Blue) = 107+82+0=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5200 is #94ADFF. Grayscale: #505050. Windows color (decimal): -9743872 or 21099. OLE color: 21099.

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

Color convert

RGB 107 82 0 -
CMYK 0 0.23 1 0.58
HSL 45.98º 1% 0.21% -
HSV(B) 45.98º 1% 0.42% -
XYZ 9.08 9.16 1.29 -
YUV 80.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 107 82 0 0 0.23 1 0.58 45.98 1 0.21
Hex 6B 52 0 0 17 64 3A 2E 64 15
Octal 153 122 0 0 27 144 72 56 144 25
Binary 1101011 1010010 0 0 10111 1100100 111010 101110 1100100 10101

Color Harmonies of #6B5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5200

Black with #6B5200

Text Example


Text Example

White with #6B5200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,82,0); }

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

background-color css

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

 a { background-color: rgb(107,82,0); }

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

border-color css

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

 span { border-color: rgb(107,82,0); }

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