Html Css Color HEX #6A5C03 Raw Umber

📋 copy color: '#6A5C03'

red 106 ◦ green 92 ◦ blue 3

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

Shades of Raw Umber #6A5C03

Tints of Raw Umber #6A5C03

RGB

 RED value IS 106 (41.8% from 255) = 52.74%

 GREEN value IS 92 (36.33% from 255) = 45.77%

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 52.74%
G = 45.77%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6A5C03 (or 0x6A5C03) is known color: Raw Umber. HEX triplet: 6A, 5C and 03. RGB value is (106,92,3). Sum of RGB (Red+Green+Blue) = 106+92+3=201 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.74% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5C03 is #95A3FC. Grayscale: #565656. Windows color (decimal): -9806845 or 220266. OLE color: 220266.

HSL color Cylindrical-coordinate representation of color #6A5C03: hue angle of 51.84º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A5C03 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 92 3 -
CMYK 0 0.13 0.97 0.58
HSL 51.84º 0.94% 0.21% -
HSV(B) 51.84º 0.97% 0.42% -
XYZ 9.79 10.73 1.64 -
YUV 86.04 81.14 142.24 -
System Red Green Blue C M Y K H S L
Decimal 106 92 3 0 0.13 0.97 0.58 51.84 0.94 0.21
Hex 6A 5C 3 0 D 61 3A 34 5E 15
Octal 152 134 3 0 15 141 72 64 136 25
Binary 1101010 1011100 11 0 1101 1100001 111010 110100 1011110 10101

Color Harmonies of #6A5C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5C03

Black with #6A5C03

Text Example


Text Example

White with #6A5C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,92,3); }

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

background-color css

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

 a { background-color: rgb(106,92,3); }

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

border-color css

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

 span { border-color: rgb(106,92,3); }

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