Html Css Color HEX #690D10 Pohutukawa

📋 copy color: '#690D10'

red 105 ◦ green 13 ◦ blue 16

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

Shades of Pohutukawa #690D10

Tints of Pohutukawa #690D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.7%

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 78.36%
G = 9.7%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#690D10 (or 0x690D10) is known color: Pohutukawa. HEX triplet: 69, 0D and 10. RGB value is (105,13,16). Sum of RGB (Red+Green+Blue) = 105+13+16=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #690D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690D10 is #96F2EF. Grayscale: #282828. Windows color (decimal): -9892592 or 1052009. OLE color: 1052009.

HSL color Cylindrical-coordinate representation of color #690D10: hue angle of 358.04º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D10 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 13 16 -
CMYK 0 0.88 0.85 0.59
HSL 358.04º 0.78% 0.23% -
HSV(B) 358.04º 0.88% 0.41% -
XYZ 6.06 3.33 0.81 -
YUV 40.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 105 13 16 0 0.88 0.85 0.59 358.04 0.78 0.23
Hex 69 D 10 0 58 55 3B 166 4E 17
Octal 151 15 20 0 130 125 73 546 116 27
Binary 1101001 1101 10000 0 1011000 1010101 111011 101100110 1001110 10111

Color Harmonies of #690D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D10

Black with #690D10

Text Example


Text Example

White with #690D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,13,16); }

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

background-color css

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

 a { background-color: rgb(105,13,16); }

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

border-color css

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

 span { border-color: rgb(105,13,16); }

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