Html Css Color HEX #693F05 Raw Umber

📋 copy color: '#693F05'

red 105 ◦ green 63 ◦ blue 5

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

Shades of Raw Umber #693F05

Tints of Raw Umber #693F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 60.69%
G = 36.42%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#693F05 (or 0x693F05) is known color: Raw Umber. HEX triplet: 69, 3F and 05. RGB value is (105,63,5). Sum of RGB (Red+Green+Blue) = 105+63+5=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #693F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F05 is #96C0FA. Grayscale: #454545. Windows color (decimal): -9879803 or 343913. OLE color: 343913.

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

Color convert

RGB 105 63 5 -
CMYK 0 0.4 0.95 0.59
HSL 34.8º 0.91% 0.22% -
HSV(B) 34.8º 0.95% 0.41% -
XYZ 7.63 6.57 1.01 -
YUV 68.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 105 63 5 0 0.4 0.95 0.59 34.8 0.91 0.22
Hex 69 3F 5 0 28 5F 3B 23 5B 16
Octal 151 77 5 0 50 137 73 43 133 26
Binary 1101001 111111 101 0 101000 1011111 111011 100011 1011011 10110

Color Harmonies of #693F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F05

Black with #693F05

Text Example


Text Example

White with #693F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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