Html Css Color HEX #6F5900 Raw Umber

📋 copy color: '#6F5900'

red 111 ◦ green 89 ◦ blue 0

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

Shades of Raw Umber #6F5900

Tints of Raw Umber #6F5900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.5%

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

R = 55.5%
G = 44.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F5900 (or 0x6F5900) is known color: Raw Umber. HEX triplet: 6F, 59 and 00. RGB value is (111,89,0). Sum of RGB (Red+Green+Blue) = 111+89+0=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5900 is #90A6FF. Grayscale: #555555. Windows color (decimal): -9479936 or 22895. OLE color: 22895.

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

Color convert

RGB 111 89 0 -
CMYK 0 0.20 1 0.56
HSL 48.11º 1% 0.22% -
HSV(B) 48.11º 1% 0.44% -
XYZ 10.13 10.52 1.5 -
YUV 85.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 111 89 0 0 0.20 1 0.56 48.11 1 0.22
Hex 6F 59 0 0 14 64 38 30 64 16
Octal 157 131 0 0 24 144 70 60 144 26
Binary 1101111 1011001 0 0 10100 1100100 111000 110000 1100100 10110

Color Harmonies of #6F5900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5900

Black with #6F5900

Text Example


Text Example

White with #6F5900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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