Html Css Color HEX #6C4001 Raw Umber

📋 copy color: '#6C4001'

red 108 ◦ green 64 ◦ blue 1

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

Shades of Raw Umber #6C4001

Tints of Raw Umber #6C4001

RGB

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

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

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

R = 62.43%
G = 36.99%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6C4001 (or 0x6C4001) is known color: Raw Umber. HEX triplet: 6C, 40 and 01. RGB value is (108,64,1). Sum of RGB (Red+Green+Blue) = 108+64+1=173 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.43% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4001 is #93BFFE. Grayscale: #464646. Windows color (decimal): -9682943 or 82028. OLE color: 82028.

HSL color Cylindrical-coordinate representation of color #6C4001: hue angle of 35.33º 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 #6C4001 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 64 1 -
CMYK 0 0.41 0.99 0.58
HSL 35.33º 0.98% 0.21% -
HSV(B) 35.33º 0.99% 0.42% -
XYZ 8.02 6.86 0.93 -
YUV 69.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 108 64 1 0 0.41 0.99 0.58 35.33 0.98 0.21
Hex 6C 40 1 0 29 63 3A 23 62 15
Octal 154 100 1 0 51 143 72 43 142 25
Binary 1101100 1000000 1 0 101001 1100011 111010 100011 1100010 10101

Color Harmonies of #6C4001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4001

Black with #6C4001

Text Example


Text Example

White with #6C4001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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