Html Css Color HEX #693D03 Raw Umber

📋 copy color: '#693D03'

red 105 ◦ green 61 ◦ blue 3

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

Shades of Raw Umber #693D03

Tints of Raw Umber #693D03

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.09%

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

R = 62.13%
G = 36.09%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#693D03 (or 0x693D03) is known color: Raw Umber. HEX triplet: 69, 3D and 03. RGB value is (105,61,3). Sum of RGB (Red+Green+Blue) = 105+61+3=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #693D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D03 is #96C2FC. Grayscale: #434343. Windows color (decimal): -9880317 or 212329. OLE color: 212329.

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

Color convert

RGB 105 61 3 -
CMYK 0 0.42 0.97 0.59
HSL 34.12º 0.94% 0.21% -
HSV(B) 34.12º 0.97% 0.41% -
XYZ 7.51 6.35 0.92 -
YUV 67.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 105 61 3 0 0.42 0.97 0.59 34.12 0.94 0.21
Hex 69 3D 3 0 2A 61 3B 22 5E 15
Octal 151 75 3 0 52 141 73 42 136 25
Binary 1101001 111101 11 0 101010 1100001 111011 100010 1011110 10101

Color Harmonies of #693D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D03

Black with #693D03

Text Example


Text Example

White with #693D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693D03; }

 p { color: rgb(105,61,3); }

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

background-color css

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

 a { background-color: rgb(105,61,3); }

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

border-color css

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

 span { border-color: rgb(105,61,3); }

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