Html Css Color HEX #6A400B Raw Umber

📋 copy color: '#6A400B'

red 106 ◦ green 64 ◦ blue 11

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

Shades of Raw Umber #6A400B

Tints of Raw Umber #6A400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.08%

R = 58.56%
G = 35.36%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6A400B (or 0x6A400B) is known color: Raw Umber. HEX triplet: 6A, 40 and 0B. RGB value is (106,64,11). Sum of RGB (Red+Green+Blue) = 106+64+11=181 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.56% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 106 - color contains mainly: red. Hex color #6A400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A400B is #95BFF4. Grayscale: #464646. Windows color (decimal): -9814005 or 737386. OLE color: 737386.

HSL color Cylindrical-coordinate representation of color #6A400B: hue angle of 33.47º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A400B is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 64 11 -
CMYK 0 0.40 0.90 0.58
HSL 33.47º 0.81% 0.23% -
HSV(B) 33.47º 0.9% 0.42% -
XYZ 7.84 6.76 1.21 -
YUV 70.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 106 64 11 0 0.40 0.90 0.58 33.47 0.81 0.23
Hex 6A 40 B 0 28 5A 3A 21 51 17
Octal 152 100 13 0 50 132 72 41 121 27
Binary 1101010 1000000 1011 0 101000 1011010 111010 100001 1010001 10111

Color Harmonies of #6A400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A400B

Black with #6A400B

Text Example


Text Example

White with #6A400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,64,11); }

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

background-color css

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

 a { background-color: rgb(106,64,11); }

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

border-color css

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

 span { border-color: rgb(106,64,11); }

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