Html Css Color HEX #6F5001 Raw Umber

📋 copy color: '#6F5001'

red 111 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #6F5001

Tints of Raw Umber #6F5001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.67%

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

R = 57.81%
G = 41.67%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F5001 (or 0x6F5001) is known color: Raw Umber. HEX triplet: 6F, 50 and 01. RGB value is (111,80,1). Sum of RGB (Red+Green+Blue) = 111+80+1=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5001 is #90AFFE. Grayscale: #505050. Windows color (decimal): -9482239 or 86127. OLE color: 86127.

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

Color convert

RGB 111 80 1 -
CMYK 0 0.28 0.99 0.56
HSL 43.09º 0.98% 0.22% -
HSV(B) 43.09º 0.99% 0.44% -
XYZ 9.43 9.12 1.29 -
YUV 80.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 111 80 1 0 0.28 0.99 0.56 43.09 0.98 0.22
Hex 6F 50 1 0 1C 63 38 2B 62 16
Octal 157 120 1 0 34 143 70 53 142 26
Binary 1101111 1010000 1 0 11100 1100011 111000 101011 1100010 10110

Color Harmonies of #6F5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5001

Black with #6F5001

Text Example


Text Example

White with #6F5001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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