Html Css Color HEX #6C4401 Raw Umber

📋 copy color: '#6C4401'

red 108 ◦ green 68 ◦ blue 1

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

Shades of Raw Umber #6C4401

Tints of Raw Umber #6C4401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.42%

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

R = 61.02%
G = 38.42%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6C4401 (or 0x6C4401) is known color: Raw Umber. HEX triplet: 6C, 44 and 01. RGB value is (108,68,1). Sum of RGB (Red+Green+Blue) = 108+68+1=177 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.02% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4401 is #93BBFE. Grayscale: #484848. Windows color (decimal): -9681919 or 83052. OLE color: 83052.

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

Color convert

RGB 108 68 1 -
CMYK 0 0.37 0.99 0.58
HSL 37.57º 0.98% 0.21% -
HSV(B) 37.57º 0.99% 0.42% -
XYZ 8.26 7.32 1.01 -
YUV 72.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 108 68 1 0 0.37 0.99 0.58 37.57 0.98 0.21
Hex 6C 44 1 0 25 63 3A 26 62 15
Octal 154 104 1 0 45 143 72 46 142 25
Binary 1101100 1000100 1 0 100101 1100011 111010 100110 1100010 10101

Color Harmonies of #6C4401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4401

Black with #6C4401

Text Example


Text Example

White with #6C4401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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