Html Css Color HEX #695F04 Raw Umber

📋 copy color: '#695F04'

red 105 ◦ green 95 ◦ blue 4

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

Shades of Raw Umber #695F04

Tints of Raw Umber #695F04

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.57%

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

R = 51.47%
G = 46.57%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#695F04 (or 0x695F04) is known color: Raw Umber. HEX triplet: 69, 5F and 04. RGB value is (105,95,4). Sum of RGB (Red+Green+Blue) = 105+95+4=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #695F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695F04 is #96A0FB. Grayscale: #575757. Windows color (decimal): -9871612 or 286569. OLE color: 286569.

HSL color Cylindrical-coordinate representation of color #695F04: hue angle of 54.06º 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 #695F04 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 95 4 -
CMYK 0 0.10 0.96 0.59
HSL 54.06º 0.93% 0.21% -
HSV(B) 54.06º 0.96% 0.41% -
XYZ 9.94 11.2 1.75 -
YUV 87.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 105 95 4 0 0.10 0.96 0.59 54.06 0.93 0.21
Hex 69 5F 4 0 A 60 3B 36 5D 15
Octal 151 137 4 0 12 140 73 66 135 25
Binary 1101001 1011111 100 0 1010 1100000 111011 110110 1011101 10101

Color Harmonies of #695F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695F04

Black with #695F04

Text Example


Text Example

White with #695F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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