Html Css Color HEX #6E3A01 Raw Umber

📋 copy color: '#6E3A01'

red 110 ◦ green 58 ◦ blue 1

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

Shades of Raw Umber #6E3A01

Tints of Raw Umber #6E3A01

RGB

 RED value IS 110 (43.36% from 255) = 65.09%

 GREEN value IS 58 (23.05% from 255) = 34.32%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 65.09%
G = 34.32%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#6E3A01 (or 0x6E3A01) is known color: Raw Umber. HEX triplet: 6E, 3A and 01. RGB value is (110,58,1). Sum of RGB (Red+Green+Blue) = 110+58+1=169 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.09% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3A01 is #91C5FE. Grayscale: #434343. Windows color (decimal): -9553407 or 80494. OLE color: 80494.

HSL color Cylindrical-coordinate representation of color #6E3A01: hue angle of 31.38º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E3A01 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 58 1 -
CMYK 0 0.47 0.99 0.57
HSL 31.38º 0.98% 0.22% -
HSV(B) 31.38º 0.99% 0.43% -
XYZ 7.95 6.34 0.83 -
YUV 67.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 110 58 1 0 0.47 0.99 0.57 31.38 0.98 0.22
Hex 6E 3A 1 0 2F 63 39 1F 62 16
Octal 156 72 1 0 57 143 71 37 142 26
Binary 1101110 111010 1 0 101111 1100011 111001 11111 1100010 10110

Color Harmonies of #6E3A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3A01

Black with #6E3A01

Text Example


Text Example

White with #6E3A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,58,1); }

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

background-color css

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

 a { background-color: rgb(110,58,1); }

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

border-color css

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

 span { border-color: rgb(110,58,1); }

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