Html Css Color HEX #693F04 Raw Umber

📋 copy color: '#693F04'

red 105 ◦ green 63 ◦ blue 4

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

Shades of Raw Umber #693F04

Tints of Raw Umber #693F04

RGB

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

 GREEN value IS 63 (25% from 255) = 36.63%

 BLUE value IS 4 (1.95% from 255) = 2.33%

R = 61.05%
G = 36.63%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#693F04 (or 0x693F04) is known color: Raw Umber. HEX triplet: 69, 3F and 04. RGB value is (105,63,4). Sum of RGB (Red+Green+Blue) = 105+63+4=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #693F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F04 is #96C0FB. Grayscale: #454545. Windows color (decimal): -9879804 or 278377. OLE color: 278377.

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

Color convert

RGB 105 63 4 -
CMYK 0 0.4 0.96 0.59
HSL 35.05º 0.93% 0.21% -
HSV(B) 35.05º 0.96% 0.41% -
XYZ 7.63 6.57 0.98 -
YUV 68.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 105 63 4 0 0.4 0.96 0.59 35.05 0.93 0.21
Hex 69 3F 4 0 28 60 3B 23 5D 15
Octal 151 77 4 0 50 140 73 43 135 25
Binary 1101001 111111 100 0 101000 1100000 111011 100011 1011101 10101

Color Harmonies of #693F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F04

Black with #693F04

Text Example


Text Example

White with #693F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,63,4); }

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

background-color css

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

 a { background-color: rgb(105,63,4); }

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

border-color css

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

 span { border-color: rgb(105,63,4); }

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