Html Css Color HEX #C6891B Nugget

📋 copy color: '#C6891B'

red 198 ◦ green 137 ◦ blue 27

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

Shades of Nugget #C6891B

Tints of Nugget #C6891B

RGB

 RED value IS 198 (77.73% from 255) = 54.7%

 GREEN value IS 137 (53.91% from 255) = 37.85%

 BLUE value IS 27 (10.94% from 255) = 7.46%

R = 54.7%
G = 37.85%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6891B (or 0xC6891B) is known color: Nugget. HEX triplet: C6, 89 and 1B. RGB value is (198,137,27). Sum of RGB (Red+Green+Blue) = 198+137+27=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6891B is #3976E4. Grayscale: #8F8F8F. Windows color (decimal): -3765989 or 1804742. OLE color: 1804742.

HSL color Cylindrical-coordinate representation of color #C6891B: hue angle of 38.6º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6891B is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 137 27 -
CMYK 0 0.31 0.86 0.22
HSL 38.6º 0.76% 0.44% -
HSV(B) 38.6º 0.86% 0.78% -
XYZ 32.43 29.98 5.11 -
YUV 142.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 198 137 27 0 0.31 0.86 0.22 38.6 0.76 0.44
Hex C6 89 1B 0 1F 56 16 27 4C 2C
Octal 306 211 33 0 37 126 26 47 114 54
Binary 11000110 10001001 11011 0 11111 1010110 10110 100111 1001100 101100

Color Harmonies of #C6891B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6891B

Black with #C6891B

Text Example


Text Example

White with #C6891B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6891B; }

 p { color: rgb(198,137,27); }

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

background-color css

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

 a { background-color: rgb(198,137,27); }

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

border-color css

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

 span { border-color: rgb(198,137,27); }

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