Html Css Color HEX #6F400D Raw Umber

📋 copy color: '#6F400D'

red 111 ◦ green 64 ◦ blue 13

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

Shades of Raw Umber #6F400D

Tints of Raw Umber #6F400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.04%

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

R = 59.04%
G = 34.04%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F400D (or 0x6F400D) is known color: Raw Umber. HEX triplet: 6F, 40 and 0D. RGB value is (111,64,13). Sum of RGB (Red+Green+Blue) = 111+64+13=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F400D is #90BFF2. Grayscale: #484848. Windows color (decimal): -9486323 or 868463. OLE color: 868463.

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

Color convert

RGB 111 64 13 -
CMYK 0 0.42 0.88 0.56
HSL 31.22º 0.79% 0.24% -
HSV(B) 31.22º 0.88% 0.44% -
XYZ 8.46 7.08 1.3 -
YUV 72.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 111 64 13 0 0.42 0.88 0.56 31.22 0.79 0.24
Hex 6F 40 D 0 2A 58 38 1F 4F 18
Octal 157 100 15 0 52 130 70 37 117 30
Binary 1101111 1000000 1101 0 101010 1011000 111000 11111 1001111 11000

Color Harmonies of #6F400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F400D

Black with #6F400D

Text Example


Text Example

White with #6F400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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