Html Css Color HEX #691719 Pohutukawa

📋 copy color: '#691719'

red 105 ◦ green 23 ◦ blue 25

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

Shades of Pohutukawa #691719

Tints of Pohutukawa #691719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.03%

 BLUE value IS 25 (10.16% from 255) = 16.34%

R = 68.63%
G = 15.03%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#691719 (or 0x691719) is known color: Pohutukawa. HEX triplet: 69, 17 and 19. RGB value is (105,23,25). Sum of RGB (Red+Green+Blue) = 105+23+25=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #691719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691719 is #96E8E6. Grayscale: #2F2F2F. Windows color (decimal): -9890023 or 1644393. OLE color: 1644393.

HSL color Cylindrical-coordinate representation of color #691719: hue angle of 358.54º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691719 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 23 25 -
CMYK 0 0.78 0.76 0.59
HSL 358.54º 0.64% 0.25% -
HSV(B) 358.54º 0.78% 0.41% -
XYZ 6.31 3.69 1.3 -
YUV 47.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 105 23 25 0 0.78 0.76 0.59 358.54 0.64 0.25
Hex 69 17 19 0 4E 4C 3B 167 40 19
Octal 151 27 31 0 116 114 73 547 100 31
Binary 1101001 10111 11001 0 1001110 1001100 111011 101100111 1000000 11001

Color Harmonies of #691719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691719

Black with #691719

Text Example


Text Example

White with #691719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691719; }

 p { color: rgb(105,23,25); }

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

background-color css

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

 a { background-color: rgb(105,23,25); }

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

border-color css

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

 span { border-color: rgb(105,23,25); }

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