Html Css Color HEX #694401 Raw Umber

📋 copy color: '#694401'

red 105 ◦ green 68 ◦ blue 1

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

Shades of Raw Umber #694401

Tints of Raw Umber #694401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

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

R = 60.34%
G = 39.08%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#694401 (or 0x694401) is known color: Raw Umber. HEX triplet: 69, 44 and 01. RGB value is (105,68,1). Sum of RGB (Red+Green+Blue) = 105+68+1=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #694401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694401 is #96BBFE. Grayscale: #474747. Windows color (decimal): -9878527 or 83049. OLE color: 83049.

HSL color Cylindrical-coordinate representation of color #694401: hue angle of 38.65º 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 #694401 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 68 1 -
CMYK 0 0.35 0.99 0.59
HSL 38.65º 0.98% 0.21% -
HSV(B) 38.65º 0.99% 0.41% -
XYZ 7.9 7.14 0.99 -
YUV 71.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 105 68 1 0 0.35 0.99 0.59 38.65 0.98 0.21
Hex 69 44 1 0 23 63 3B 27 62 15
Octal 151 104 1 0 43 143 73 47 142 25
Binary 1101001 1000100 1 0 100011 1100011 111011 100111 1100010 10101

Color Harmonies of #694401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694401

Black with #694401

Text Example


Text Example

White with #694401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694401; }

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

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

background-color css

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

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

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

border-color css

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

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

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