Html Css Color HEX #6F500D Raw Umber

📋 copy color: '#6F500D'

red 111 ◦ green 80 ◦ blue 13

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

Shades of Raw Umber #6F500D

Tints of Raw Umber #6F500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 54.41%
G = 39.22%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F500D (or 0x6F500D) is known color: Raw Umber. HEX triplet: 6F, 50 and 0D. RGB value is (111,80,13). Sum of RGB (Red+Green+Blue) = 111+80+13=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F500D is #90AFF2. Grayscale: #515151. Windows color (decimal): -9482227 or 872559. OLE color: 872559.

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

Color convert

RGB 111 80 13 -
CMYK 0 0.28 0.88 0.56
HSL 41.02º 0.79% 0.24% -
HSV(B) 41.02º 0.88% 0.44% -
XYZ 9.5 9.15 1.65 -
YUV 81.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 111 80 13 0 0.28 0.88 0.56 41.02 0.79 0.24
Hex 6F 50 D 0 1C 58 38 29 4F 18
Octal 157 120 15 0 34 130 70 51 117 30
Binary 1101111 1010000 1101 0 11100 1011000 111000 101001 1001111 11000

Color Harmonies of #6F500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F500D

Black with #6F500D

Text Example


Text Example

White with #6F500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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