Html Css Color HEX #6B410D Raw Umber

📋 copy color: '#6B410D'

red 107 ◦ green 65 ◦ blue 13

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

Shades of Raw Umber #6B410D

Tints of Raw Umber #6B410D

RGB

 RED value IS 107 (42.19% from 255) = 57.84%

 GREEN value IS 65 (25.78% from 255) = 35.14%

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

R = 57.84%
G = 35.14%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B410D (or 0x6B410D) is known color: Raw Umber. HEX triplet: 6B, 41 and 0D. RGB value is (107,65,13). Sum of RGB (Red+Green+Blue) = 107+65+13=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B410D is #94BEF2. Grayscale: #474747. Windows color (decimal): -9748211 or 868715. OLE color: 868715.

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

Color convert

RGB 107 65 13 -
CMYK 0 0.39 0.88 0.58
HSL 33.19º 0.78% 0.24% -
HSV(B) 33.19º 0.88% 0.42% -
XYZ 8.03 6.94 1.3 -
YUV 71.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 107 65 13 0 0.39 0.88 0.58 33.19 0.78 0.24
Hex 6B 41 D 0 27 58 3A 21 4E 18
Octal 153 101 15 0 47 130 72 41 116 30
Binary 1101011 1000001 1101 0 100111 1011000 111010 100001 1001110 11000

Color Harmonies of #6B410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B410D

Black with #6B410D

Text Example


Text Example

White with #6B410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,65,13); }

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

background-color css

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

 a { background-color: rgb(107,65,13); }

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

border-color css

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

 span { border-color: rgb(107,65,13); }

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