Html Css Color HEX #6F501D Raw Umber

📋 copy color: '#6F501D'

red 111 ◦ green 80 ◦ blue 29

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

Shades of Raw Umber #6F501D

Tints of Raw Umber #6F501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.18%

R = 50.45%
G = 36.36%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F501D (or 0x6F501D) is known color: Raw Umber. HEX triplet: 6F, 50 and 1D. RGB value is (111,80,29). Sum of RGB (Red+Green+Blue) = 111+80+29=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F501D is #90AFE2. Grayscale: #535353. Windows color (decimal): -9482211 or 1921135. OLE color: 1921135.

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

Color convert

RGB 111 80 29 -
CMYK 0 0.28 0.74 0.56
HSL 37.32º 0.59% 0.27% -
HSV(B) 37.32º 0.74% 0.44% -
XYZ 9.65 9.21 2.43 -
YUV 83.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 111 80 29 0 0.28 0.74 0.56 37.32 0.59 0.27
Hex 6F 50 1D 0 1C 4A 38 25 3B 1B
Octal 157 120 35 0 34 112 70 45 73 33
Binary 1101111 1010000 11101 0 11100 1001010 111000 100101 111011 11011

Color Harmonies of #6F501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F501D

Black with #6F501D

Text Example


Text Example

White with #6F501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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