Html Css Color HEX #6F5100 Raw Umber

📋 copy color: '#6F5100'

red 111 ◦ green 81 ◦ blue 0

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

Shades of Raw Umber #6F5100

Tints of Raw Umber #6F5100

RGB

 RED value IS 111 (43.75% from 255) = 57.81%

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

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

R = 57.81%
G = 42.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F5100 (or 0x6F5100) is known color: Raw Umber. HEX triplet: 6F, 51 and 00. RGB value is (111,81,0). Sum of RGB (Red+Green+Blue) = 111+81+0=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5100 is #90AEFF. Grayscale: #515151. Windows color (decimal): -9481984 or 20847. OLE color: 20847.

HSL color Cylindrical-coordinate representation of color #6F5100: hue angle of 43.78º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F5100 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 81 0 -
CMYK 0 0.27 1 0.56
HSL 43.78º 1% 0.22% -
HSV(B) 43.78º 1% 0.44% -
XYZ 9.5 9.26 1.29 -
YUV 80.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 111 81 0 0 0.27 1 0.56 43.78 1 0.22
Hex 6F 51 0 0 1B 64 38 2C 64 16
Octal 157 121 0 0 33 144 70 54 144 26
Binary 1101111 1010001 0 0 11011 1100100 111000 101100 1100100 10110

Color Harmonies of #6F5100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5100

Black with #6F5100

Text Example


Text Example

White with #6F5100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,81,0); }

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

background-color css

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

 a { background-color: rgb(111,81,0); }

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

border-color css

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

 span { border-color: rgb(111,81,0); }

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