Html Css Color HEX #6F450A Raw Umber

📋 copy color: '#6F450A'

red 111 ◦ green 69 ◦ blue 10

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

Shades of Raw Umber #6F450A

Tints of Raw Umber #6F450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

 BLUE value IS 10 (4.3% from 255) = 5.26%

R = 58.42%
G = 36.32%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#6F450A (or 0x6F450A) is known color: Raw Umber. HEX triplet: 6F, 45 and 0A. RGB value is (111,69,10). Sum of RGB (Red+Green+Blue) = 111+69+10=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F450A is #90BAF5. Grayscale: #4B4B4B. Windows color (decimal): -9485046 or 673135. OLE color: 673135.

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

Color convert

RGB 111 69 10 -
CMYK 0 0.38 0.91 0.56
HSL 35.05º 0.83% 0.24% -
HSV(B) 35.05º 0.91% 0.44% -
XYZ 8.74 7.66 1.3 -
YUV 74.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 111 69 10 0 0.38 0.91 0.56 35.05 0.83 0.24
Hex 6F 45 A 0 26 5B 38 23 53 18
Octal 157 105 12 0 46 133 70 43 123 30
Binary 1101111 1000101 1010 0 100110 1011011 111000 100011 1010011 11000

Color Harmonies of #6F450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F450A

Black with #6F450A

Text Example


Text Example

White with #6F450A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,69,10); }

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

background-color css

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

 a { background-color: rgb(111,69,10); }

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

border-color css

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

 span { border-color: rgb(111,69,10); }

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