Html Css Color HEX #6A580F Raw Umber

📋 copy color: '#6A580F'

red 106 ◦ green 88 ◦ blue 15

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

Shades of Raw Umber #6A580F

Tints of Raw Umber #6A580F

RGB

 RED value IS 106 (41.8% from 255) = 50.72%

 GREEN value IS 88 (34.77% from 255) = 42.11%

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 50.72%
G = 42.11%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6A580F (or 0x6A580F) is known color: Raw Umber. HEX triplet: 6A, 58 and 0F. RGB value is (106,88,15). Sum of RGB (Red+Green+Blue) = 106+88+15=209 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.72% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 106 - color contains mainly: red. Hex color #6A580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A580F is #95A7F0. Grayscale: #555555. Windows color (decimal): -9807857 or 1005674. OLE color: 1005674.

HSL color Cylindrical-coordinate representation of color #6A580F: hue angle of 48.13º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A580F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 88 15 -
CMYK 0 0.17 0.86 0.58
HSL 48.13º 0.75% 0.24% -
HSV(B) 48.13º 0.86% 0.42% -
XYZ 9.52 10.08 1.9 -
YUV 85.06 88.46 142.94 -
System Red Green Blue C M Y K H S L
Decimal 106 88 15 0 0.17 0.86 0.58 48.13 0.75 0.24
Hex 6A 58 F 0 11 56 3A 30 4B 18
Octal 152 130 17 0 21 126 72 60 113 30
Binary 1101010 1011000 1111 0 10001 1010110 111010 110000 1001011 11000

Color Harmonies of #6A580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A580F

Black with #6A580F

Text Example


Text Example

White with #6A580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,88,15); }

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

background-color css

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

 a { background-color: rgb(106,88,15); }

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

border-color css

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

 span { border-color: rgb(106,88,15); }

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