Html Css Color HEX #6C4701 Raw Umber

📋 copy color: '#6C4701'

red 108 ◦ green 71 ◦ blue 1

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

Shades of Raw Umber #6C4701

Tints of Raw Umber #6C4701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.44%

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

R = 60%
G = 39.44%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6C4701 (or 0x6C4701) is known color: Raw Umber. HEX triplet: 6C, 47 and 01. RGB value is (108,71,1). Sum of RGB (Red+Green+Blue) = 108+71+1=180 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4701 is #93B8FE. Grayscale: #4A4A4A. Windows color (decimal): -9681151 or 83820. OLE color: 83820.

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

Color convert

RGB 108 71 1 -
CMYK 0 0.34 0.99 0.58
HSL 39.25º 0.98% 0.21% -
HSV(B) 39.25º 0.99% 0.42% -
XYZ 8.44 7.7 1.07 -
YUV 74.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 108 71 1 0 0.34 0.99 0.58 39.25 0.98 0.21
Hex 6C 47 1 0 22 63 3A 27 62 15
Octal 154 107 1 0 42 143 72 47 142 25
Binary 1101100 1000111 1 0 100010 1100011 111010 100111 1100010 10101

Color Harmonies of #6C4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4701

Black with #6C4701

Text Example


Text Example

White with #6C4701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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