Html Css Color HEX #693801 Raw Umber

📋 copy color: '#693801'

red 105 ◦ green 56 ◦ blue 1

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

Shades of Raw Umber #693801

Tints of Raw Umber #693801

RGB

 RED value IS 105 (41.41% from 255) = 64.81%

 GREEN value IS 56 (22.27% from 255) = 34.57%

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

R = 64.81%
G = 34.57%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#693801 (or 0x693801) is known color: Raw Umber. HEX triplet: 69, 38 and 01. RGB value is (105,56,1). Sum of RGB (Red+Green+Blue) = 105+56+1=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #693801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693801 is #96C7FE. Grayscale: #404040. Windows color (decimal): -9881599 or 79977. OLE color: 79977.

HSL color Cylindrical-coordinate representation of color #693801: hue angle of 31.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #693801 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 56 1 -
CMYK 0 0.47 0.99 0.59
HSL 31.73º 0.98% 0.21% -
HSV(B) 31.73º 0.99% 0.41% -
XYZ 7.25 5.83 0.77 -
YUV 64.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 105 56 1 0 0.47 0.99 0.59 31.73 0.98 0.21
Hex 69 38 1 0 2F 63 3B 20 62 15
Octal 151 70 1 0 57 143 73 40 142 25
Binary 1101001 111000 1 0 101111 1100011 111011 100000 1100010 10101

Color Harmonies of #693801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693801

Black with #693801

Text Example


Text Example

White with #693801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693801; }

 p { color: rgb(105,56,1); }

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

background-color css

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

 a { background-color: rgb(105,56,1); }

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

border-color css

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

 span { border-color: rgb(105,56,1); }

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