Html Css Color HEX #6F5901 Raw Umber

📋 copy color: '#6F5901'

red 111 ◦ green 89 ◦ blue 1

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

Shades of Raw Umber #6F5901

Tints of Raw Umber #6F5901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 55.22%
G = 44.28%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F5901 (or 0x6F5901) is known color: Raw Umber. HEX triplet: 6F, 59 and 01. RGB value is (111,89,1). Sum of RGB (Red+Green+Blue) = 111+89+1=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5901 is #90A6FE. Grayscale: #555555. Windows color (decimal): -9479935 or 88431. OLE color: 88431.

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

Color convert

RGB 111 89 1 -
CMYK 0 0.20 0.99 0.56
HSL 48º 0.98% 0.22% -
HSV(B) 48º 0.99% 0.44% -
XYZ 10.13 10.53 1.53 -
YUV 85.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 111 89 1 0 0.20 0.99 0.56 48 0.98 0.22
Hex 6F 59 1 0 14 63 38 30 62 16
Octal 157 131 1 0 24 143 70 60 142 26
Binary 1101111 1011001 1 0 10100 1100011 111000 110000 1100010 10110

Color Harmonies of #6F5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5901

Black with #6F5901

Text Example


Text Example

White with #6F5901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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