Html Css Color HEX #690C1A Pohutukawa

📋 copy color: '#690C1A'

red 105 ◦ green 12 ◦ blue 26

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

Shades of Pohutukawa #690C1A

Tints of Pohutukawa #690C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.39%

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 73.43%
G = 8.39%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#690C1A (or 0x690C1A) is known color: Pohutukawa. HEX triplet: 69, 0C and 1A. RGB value is (105,12,26). Sum of RGB (Red+Green+Blue) = 105+12+26=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #690C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C1A is #96F3E5. Grayscale: #292929. Windows color (decimal): -9892838 or 1707113. OLE color: 1707113.

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

Color convert

RGB 105 12 26 -
CMYK 0 0.89 0.75 0.59
HSL 350.97º 0.79% 0.23% -
HSV(B) 350.97º 0.89% 0.41% -
XYZ 6.14 3.34 1.3 -
YUV 41.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 105 12 26 0 0.89 0.75 0.59 350.97 0.79 0.23
Hex 69 C 1A 0 59 4B 3B 15F 4F 17
Octal 151 14 32 0 131 113 73 537 117 27
Binary 1101001 1100 11010 0 1011001 1001011 111011 101011111 1001111 10111

Color Harmonies of #690C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C1A

Black with #690C1A

Text Example


Text Example

White with #690C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,12,26); }

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

background-color css

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

 a { background-color: rgb(105,12,26); }

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

border-color css

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

 span { border-color: rgb(105,12,26); }

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