Html Css Color HEX #690F29 Pohutukawa

📋 copy color: '#690F29'

red 105 ◦ green 15 ◦ blue 41

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

Shades of Pohutukawa #690F29

Tints of Pohutukawa #690F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.32%

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

R = 65.22%
G = 9.32%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#690F29 (or 0x690F29) is known color: Pohutukawa. HEX triplet: 69, 0F and 29. RGB value is (105,15,41). Sum of RGB (Red+Green+Blue) = 105+15+41=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #690F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F29 is #96F0D6. Grayscale: #2C2C2C. Windows color (decimal): -9892055 or 2690921. OLE color: 2690921.

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

Color convert

RGB 105 15 41 -
CMYK 0 0.86 0.61 0.59
HSL 342.67º 0.75% 0.24% -
HSV(B) 342.67º 0.86% 0.41% -
XYZ 6.4 3.51 2.44 -
YUV 44.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 105 15 41 0 0.86 0.61 0.59 342.67 0.75 0.24
Hex 69 F 29 0 56 3D 3B 157 4B 18
Octal 151 17 51 0 126 75 73 527 113 30
Binary 1101001 1111 101001 0 1010110 111101 111011 101010111 1001011 11000

Color Harmonies of #690F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F29

Black with #690F29

Text Example


Text Example

White with #690F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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