Html Css Color HEX #690829 Pohutukawa

📋 copy color: '#690829'

red 105 ◦ green 8 ◦ blue 41

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

Shades of Pohutukawa #690829

Tints of Pohutukawa #690829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.19%

 BLUE value IS 41 (16.41% from 255) = 26.62%

R = 68.18%
G = 5.19%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#690829 (or 0x690829) is known color: Pohutukawa. HEX triplet: 69, 08 and 29. RGB value is (105,8,41). Sum of RGB (Red+Green+Blue) = 105+8+41=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #690829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690829 is #96F7D6. Grayscale: #282828. Windows color (decimal): -9893847 or 2689129. OLE color: 2689129.

HSL color Cylindrical-coordinate representation of color #690829: hue angle of 339.59º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690829 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 8 41 -
CMYK 0 0.92 0.61 0.59
HSL 339.59º 0.86% 0.22% -
HSV(B) 339.59º 0.92% 0.41% -
XYZ 6.31 3.34 2.41 -
YUV 40.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 105 8 41 0 0.92 0.61 0.59 339.59 0.86 0.22
Hex 69 8 29 0 5C 3D 3B 154 56 16
Octal 151 10 51 0 134 75 73 524 126 26
Binary 1101001 1000 101001 0 1011100 111101 111011 101010100 1010110 10110

Color Harmonies of #690829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690829

Black with #690829

Text Example


Text Example

White with #690829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690829; }

 p { color: rgb(105,8,41); }

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

background-color css

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

 a { background-color: rgb(105,8,41); }

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

border-color css

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

 span { border-color: rgb(105,8,41); }

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