Html Css Color HEX #6C5D01 Raw Umber

📋 copy color: '#6C5D01'

red 108 ◦ green 93 ◦ blue 1

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

Shades of Raw Umber #6C5D01

Tints of Raw Umber #6C5D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.04%

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

R = 53.47%
G = 46.04%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6C5D01 (or 0x6C5D01) is known color: Raw Umber. HEX triplet: 6C, 5D and 01. RGB value is (108,93,1). Sum of RGB (Red+Green+Blue) = 108+93+1=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5D01 is #93A2FE. Grayscale: #575757. Windows color (decimal): -9675519 or 89452. OLE color: 89452.

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

Color convert

RGB 108 93 1 -
CMYK 0 0.14 0.99 0.58
HSL 51.59º 0.98% 0.21% -
HSV(B) 51.59º 0.99% 0.42% -
XYZ 10.1 11.02 1.62 -
YUV 87 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 108 93 1 0 0.14 0.99 0.58 51.59 0.98 0.21
Hex 6C 5D 1 0 E 63 3A 34 62 15
Octal 154 135 1 0 16 143 72 64 142 25
Binary 1101100 1011101 1 0 1110 1100011 111010 110100 1100010 10101

Color Harmonies of #6C5D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5D01

Black with #6C5D01

Text Example


Text Example

White with #6C5D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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