Html Css Color HEX #6C4900 Raw Umber

📋 copy color: '#6C4900'

red 108 ◦ green 73 ◦ blue 0

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

Shades of Raw Umber #6C4900

Tints of Raw Umber #6C4900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.67%
G = 40.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#6C4900 (or 0x6C4900) is known color: Raw Umber. HEX triplet: 6C, 49 and 00. RGB value is (108,73,0). Sum of RGB (Red+Green+Blue) = 108+73+0=181 (23% of max value = 765). Red value is 108 (42.58% from 255 or 59.67% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4900 is #93B6FF. Grayscale: #4B4B4B. Windows color (decimal): -9680640 or 18796. OLE color: 18796.

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

Color convert

RGB 108 73 0 -
CMYK 0 0.32 1 0.58
HSL 40.56º 1% 0.21% -
HSV(B) 40.56º 1% 0.42% -
XYZ 8.57 7.95 1.08 -
YUV 75.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 108 73 0 0 0.32 1 0.58 40.56 1 0.21
Hex 6C 49 0 0 20 64 3A 29 64 15
Octal 154 111 0 0 40 144 72 51 144 25
Binary 1101100 1001001 0 0 100000 1100100 111010 101001 1100100 10101

Color Harmonies of #6C4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4900

Black with #6C4900

Text Example


Text Example

White with #6C4900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,73,0); }

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

background-color css

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

 a { background-color: rgb(108,73,0); }

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

border-color css

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

 span { border-color: rgb(108,73,0); }

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