Html Css Color HEX #695C07 Raw Umber

📋 copy color: '#695C07'

red 105 ◦ green 92 ◦ blue 7

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

Shades of Raw Umber #695C07

Tints of Raw Umber #695C07

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.1%

 BLUE value IS 7 (3.13% from 255) = 3.43%

R = 51.47%
G = 45.1%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#695C07 (or 0x695C07) is known color: Raw Umber. HEX triplet: 69, 5C and 07. RGB value is (105,92,7). Sum of RGB (Red+Green+Blue) = 105+92+7=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #695C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695C07 is #96A3F8. Grayscale: #565656. Windows color (decimal): -9872377 or 482409. OLE color: 482409.

HSL color Cylindrical-coordinate representation of color #695C07: hue angle of 52.04º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #695C07 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 92 7 -
CMYK 0 0.12 0.93 0.59
HSL 52.04º 0.88% 0.22% -
HSV(B) 52.04º 0.93% 0.41% -
XYZ 9.69 10.67 1.75 -
YUV 86.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 105 92 7 0 0.12 0.93 0.59 52.04 0.88 0.22
Hex 69 5C 7 0 C 5D 3B 34 58 16
Octal 151 134 7 0 14 135 73 64 130 26
Binary 1101001 1011100 111 0 1100 1011101 111011 110100 1011000 10110

Color Harmonies of #695C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C07

Black with #695C07

Text Example


Text Example

White with #695C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,92,7); }

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

background-color css

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

 a { background-color: rgb(105,92,7); }

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

border-color css

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

 span { border-color: rgb(105,92,7); }

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