Html Css Color HEX #6C5E01 Raw Umber

📋 copy color: '#6C5E01'

red 108 ◦ green 94 ◦ blue 1

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

Shades of Raw Umber #6C5E01

Tints of Raw Umber #6C5E01

RGB

 RED value IS 108 (42.58% from 255) = 53.2%

 GREEN value IS 94 (37.11% from 255) = 46.31%

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

R = 53.2%
G = 46.31%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6C5E01 (or 0x6C5E01) is known color: Raw Umber. HEX triplet: 6C, 5E and 01. RGB value is (108,94,1). Sum of RGB (Red+Green+Blue) = 108+94+1=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5E01 is #93A1FE. Grayscale: #575757. Windows color (decimal): -9675263 or 89708. OLE color: 89708.

HSL color Cylindrical-coordinate representation of color #6C5E01: hue angle of 52.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C5E01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 94 1 -
CMYK 0 0.13 0.99 0.58
HSL 52.15º 0.98% 0.21% -
HSV(B) 52.15º 0.99% 0.42% -
XYZ 10.19 11.2 1.65 -
YUV 87.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 108 94 1 0 0.13 0.99 0.58 52.15 0.98 0.21
Hex 6C 5E 1 0 D 63 3A 34 62 15
Octal 154 136 1 0 15 143 72 64 142 25
Binary 1101100 1011110 1 0 1101 1100011 111010 110100 1100010 10101

Color Harmonies of #6C5E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5E01

Black with #6C5E01

Text Example


Text Example

White with #6C5E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,94,1); }

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

background-color css

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

 a { background-color: rgb(108,94,1); }

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

border-color css

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

 span { border-color: rgb(108,94,1); }

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