Html Css Color HEX #6C5314 Raw Umber

📋 copy color: '#6C5314'

red 108 ◦ green 83 ◦ blue 20

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

Shades of Raw Umber #6C5314

Tints of Raw Umber #6C5314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.34%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 51.18%
G = 39.34%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#6C5314 (or 0x6C5314) is known color: Raw Umber. HEX triplet: 6C, 53 and 14. RGB value is (108,83,20). Sum of RGB (Red+Green+Blue) = 108+83+20=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5314 is #93ACEB. Grayscale: #535353. Windows color (decimal): -9678060 or 1332076. OLE color: 1332076.

HSL color Cylindrical-coordinate representation of color #6C5314: hue angle of 42.95º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C5314 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 83 20 -
CMYK 0 0.23 0.81 0.58
HSL 42.95º 0.69% 0.25% -
HSV(B) 42.95º 0.81% 0.42% -
XYZ 9.4 9.43 1.99 -
YUV 83.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 108 83 20 0 0.23 0.81 0.58 42.95 0.69 0.25
Hex 6C 53 14 0 17 51 3A 2B 45 19
Octal 154 123 24 0 27 121 72 53 105 31
Binary 1101100 1010011 10100 0 10111 1010001 111010 101011 1000101 11001

Color Harmonies of #6C5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5314

Black with #6C5314

Text Example


Text Example

White with #6C5314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,83,20); }

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

background-color css

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

 a { background-color: rgb(108,83,20); }

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

border-color css

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

 span { border-color: rgb(108,83,20); }

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