Html Css Color HEX #694A01 Raw Umber

📋 copy color: '#694A01'

red 105 ◦ green 74 ◦ blue 1

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

Shades of Raw Umber #694A01

Tints of Raw Umber #694A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.11%

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

R = 58.33%
G = 41.11%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#694A01 (or 0x694A01) is known color: Raw Umber. HEX triplet: 69, 4A and 01. RGB value is (105,74,1). Sum of RGB (Red+Green+Blue) = 105+74+1=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #694A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A01 is #96B5FE. Grayscale: #4B4B4B. Windows color (decimal): -9876991 or 84585. OLE color: 84585.

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

Color convert

RGB 105 74 1 -
CMYK 0 0.30 0.99 0.59
HSL 42.12º 0.98% 0.21% -
HSV(B) 42.12º 0.99% 0.41% -
XYZ 8.28 7.9 1.12 -
YUV 74.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 105 74 1 0 0.30 0.99 0.59 42.12 0.98 0.21
Hex 69 4A 1 0 1E 63 3B 2A 62 15
Octal 151 112 1 0 36 143 73 52 142 25
Binary 1101001 1001010 1 0 11110 1100011 111011 101010 1100010 10101

Color Harmonies of #694A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694A01

Black with #694A01

Text Example


Text Example

White with #694A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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