Html Css Color HEX #6A3F0F Raw Umber

📋 copy color: '#6A3F0F'

red 106 ◦ green 63 ◦ blue 15

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

Shades of Raw Umber #6A3F0F

Tints of Raw Umber #6A3F0F

RGB

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

 GREEN value IS 63 (25% from 255) = 34.24%

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

R = 57.61%
G = 34.24%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6A3F0F (or 0x6A3F0F) is known color: Raw Umber. HEX triplet: 6A, 3F and 0F. RGB value is (106,63,15). Sum of RGB (Red+Green+Blue) = 106+63+15=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3F0F is #95C0F0. Grayscale: #464646. Windows color (decimal): -9814257 or 999274. OLE color: 999274.

HSL color Cylindrical-coordinate representation of color #6A3F0F: hue angle of 31.65º 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 #6A3F0F is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 63 15 -
CMYK 0 0.41 0.86 0.58
HSL 31.65º 0.75% 0.24% -
HSV(B) 31.65º 0.86% 0.42% -
XYZ 7.81 6.65 1.32 -
YUV 70.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 106 63 15 0 0.41 0.86 0.58 31.65 0.75 0.24
Hex 6A 3F F 0 29 56 3A 20 4B 18
Octal 152 77 17 0 51 126 72 40 113 30
Binary 1101010 111111 1111 0 101001 1010110 111010 100000 1001011 11000

Color Harmonies of #6A3F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3F0F

Black with #6A3F0F

Text Example


Text Example

White with #6A3F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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