Html Css Color HEX #694E01 Raw Umber

📋 copy color: '#694E01'

red 105 ◦ green 78 ◦ blue 1

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

Shades of Raw Umber #694E01

Tints of Raw Umber #694E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.39%

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

R = 57.07%
G = 42.39%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#694E01 (or 0x694E01) is known color: Raw Umber. HEX triplet: 69, 4E and 01. RGB value is (105,78,1). Sum of RGB (Red+Green+Blue) = 105+78+1=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #694E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E01 is #96B1FE. Grayscale: #4D4D4D. Windows color (decimal): -9875967 or 85609. OLE color: 85609.

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

Color convert

RGB 105 78 1 -
CMYK 0 0.26 0.99 0.59
HSL 44.42º 0.98% 0.21% -
HSV(B) 44.42º 0.99% 0.41% -
XYZ 8.56 8.45 1.21 -
YUV 77.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 105 78 1 0 0.26 0.99 0.59 44.42 0.98 0.21
Hex 69 4E 1 0 1A 63 3B 2C 62 15
Octal 151 116 1 0 32 143 73 54 142 25
Binary 1101001 1001110 1 0 11010 1100011 111011 101100 1100010 10101

Color Harmonies of #694E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694E01

Black with #694E01

Text Example


Text Example

White with #694E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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