Html Css Color HEX #6F5600 Raw Umber

📋 copy color: '#6F5600'

red 111 ◦ green 86 ◦ blue 0

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

Shades of Raw Umber #6F5600

Tints of Raw Umber #6F5600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.65%

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

R = 56.35%
G = 43.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F5600 (or 0x6F5600) is known color: Raw Umber. HEX triplet: 6F, 56 and 00. RGB value is (111,86,0). Sum of RGB (Red+Green+Blue) = 111+86+0=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5600 is #90A9FF. Grayscale: #545454. Windows color (decimal): -9480704 or 22127. OLE color: 22127.

HSL color Cylindrical-coordinate representation of color #6F5600: hue angle of 46.49º 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 #6F5600 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 86 0 -
CMYK 0 0.23 1 0.56
HSL 46.49º 1% 0.22% -
HSV(B) 46.49º 1% 0.44% -
XYZ 9.88 10.04 1.42 -
YUV 83.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 111 86 0 0 0.23 1 0.56 46.49 1 0.22
Hex 6F 56 0 0 17 64 38 2E 64 16
Octal 157 126 0 0 27 144 70 56 144 26
Binary 1101111 1010110 0 0 10111 1100100 111000 101110 1100100 10110

Color Harmonies of #6F5600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5600

Black with #6F5600

Text Example


Text Example

White with #6F5600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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